OTHER: Add a manpage and a changelog, tag as 0.1-rc1
This commit is contained in:
parent
9e1b318854
commit
8aca0ba576
5 changed files with 53 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue