From 09abbb52611c57bb6799aeae8bfd71f8fa0d7a0e Mon Sep 17 00:00:00 2001 From: merakor Date: Sat, 4 Apr 2020 23:26:08 +0000 Subject: Makefile: update for manpage changes FossilOrigin-Name: a57c3ac5f0b0347629dc867c77fb73a0bb306d78a0b5ae55c67af37a1efa5957 --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b0dcfb..9a7a29f 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,13 @@ MAN1 = ${MANPREFIX}/man1 install: install -Dm755 -t ${DESTDIR}${BINDIR} kiss install -Dm755 -t ${DESTDIR}${BINDIR} contrib/* - install -Dm644 -t ${DESTDIR}${MAN1} kiss.1 + install -Dm644 -t ${DESTDIR}${MAN1} man/*.1 + uninstall: rm -f ${DESTDIR}${BINDIR}/kiss for bin in contrib/* ; do rm -f ${DESTDIR}${BINDIR}/$${bin##*/} ; done - rm -f ${DESTDIR}${MAN1}/kiss.1 + rm -f ${DESTDIR}${MAN1}/kiss.1 ${DESTDIR}${MAN1}/kiss.1 + + +.PHONY: install uninstall -- cgit v1.2.3