add man pages
This commit is contained in:
parent
cd1cafbc57
commit
ff5de3a375
5 changed files with 91 additions and 4 deletions
3
Makefile
3
Makefile
|
|
@ -32,8 +32,9 @@ clean:
|
|||
install: ${PROG}
|
||||
${INSTALL} -c -m 555 -o root -g bin ${PROG} ${BINDIR}
|
||||
${INSTALL} -c -m 555 -o root -g bin oxposterframe ${BINDIR}
|
||||
${INSTALL} -c -m 444 -o root -g bin man/oxframe.1 man/oxposterframe.1 ${MAN1DIR}
|
||||
|
||||
uninstall:
|
||||
@rm -f ${BINDIR}/${PROG} ${BINDIR}/oxposterframe
|
||||
@rm -f ${BINDIR}/${PROG} ${BINDIR}/oxposterframe ${MAN1DIR}/oxframe.1 ${MAN1DIR}/oxposterframe.1
|
||||
|
||||
.PHONY: all install uninstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue