add man pages

This commit is contained in:
j 2012-08-12 19:01:28 +02:00
commit ff5de3a375
5 changed files with 91 additions and 4 deletions

View file

@ -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