diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-24 11:11:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-24 11:11:18 +0200 |
commit | 117b501b220a2ee25194bde5a58e401bc8352a60 (patch) | |
tree | aef00091a8f071f0cf7bb56b41a1927ce6640fd1 | |
parent | dcb11713d425cf1eca06f3a2f6e7ef7b0ec62555 (diff) | |
download | vconsole-117b501b220a2ee25194bde5a58e401bc8352a60.tar.gz |
rename manpage
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | vconsole.1 (renamed from vconsole.man) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index cb92401..bf22200 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -64,7 +64,7 @@ endif install: build $(INSTALL_DIR) $(bindir) $(mandir)/man1 $(appdir) $(INSTALL_BINARY) $(TARGETS) $(bindir) - $(INSTALL_DATA) vconsole.man $(mandir)/man1/vconsole.1 + $(INSTALL_DATA) vconsole.1 $(mandir)/man1 $(INSTALL_DATA) $(DESKTOP) $(appdir) $(INSTALL_DIR) $(DESTDIR)/usr/lib/systemd/system $(INSTALL_DATA) $(SERVICE) $(DESTDIR)/usr/lib/systemd/system diff --git a/vconsole.man b/vconsole.1 index 1d08e18..1d08e18 100644 --- a/vconsole.man +++ b/vconsole.1 |