Linux: Remove manpage until manpages are finished

This commit is contained in:
Felix Kauselmann 2014-09-23 21:12:34 +02:00
parent e2361d6e56
commit 18e3982eb7
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ DEFINES += "LIBDIR=\\\"$$LIBDIR\\\"" "DATADIR=\\\"$$DATADIR\\\""
#MAKE INSTALL #MAKE INSTALL
INSTALLS += bin docs icon desktop translation manpage INSTALLS += bin docs icon desktop translation #manpage
bin.path = $$BINDIR bin.path = $$BINDIR
isEmpty(DESTDIR) { isEmpty(DESTDIR) {

View File

@ -221,7 +221,7 @@ DATADIR = $$PREFIX/share
DEFINES += "LIBDIR=\\\"$$LIBDIR\\\"" "DATADIR=\\\"$$DATADIR\\\"" "BINDIR=\\\"$$BINDIR\\\"" DEFINES += "LIBDIR=\\\"$$LIBDIR\\\"" "DATADIR=\\\"$$DATADIR\\\"" "BINDIR=\\\"$$BINDIR\\\""
#MAKE INSTALL #MAKE INSTALL
INSTALLS += bin icon desktop server translation manpage INSTALLS += bin icon desktop server translation #manpage
bin.path = $$BINDIR bin.path = $$BINDIR
isEmpty(DESTDIR) { isEmpty(DESTDIR) {