add man page, debian/

This commit is contained in:
j 2012-08-12 19:22:37 +02:00
commit 2d84dd5d65
9 changed files with 69 additions and 2 deletions

View file

@ -22,8 +22,9 @@ clean:
install: ${PROG}
${INSTALL} -c -m 555 -o root -g bin ${PROG} ${BINDIR}
${INSTALL} -c -m 444 -o root -g root oshash.1 ${MAN1DIR}
uninstall:
@rm -f ${BINDIR}/${PROG}
@rm -f ${BINDIR}/${PROG} ${MAN1DIR}/oshash.1
.PHONY: all install uninstall