OTHER: Add a manpage and a changelog, tag as 0.1-rc1

This commit is contained in:
Thomas Frauendorfer 2009-07-10 21:26:29 +02:00
parent 9e1b318854
commit 8aca0ba576
5 changed files with 53 additions and 3 deletions

View file

@ -4,9 +4,16 @@ SUBDIRS = lib src
include (config.pri)
message ( "Install path set to:" $$PREFIX )
message ( "Install prefix set to:" $$PREFIX )
binary.path = $$BINDIR
binary.files = promoe
INSTALLS += binary
unix: {
manpages1.path = $$MANDIR/man1
manpages1.files = promoe.1
INSTALLS += manpages1
}