From 54b846a96fe907c99fd44f6a0221ec57c88d831b Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 24 Jul 2020 13:56:05 +0000 Subject: Makefile: remove the manpages appropriately FossilOrigin-Name: e63940c1f0af08abf88c96ec86fc201235325436ae6b61f29052a9bb36a28c1b --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 197e4c8..9066073 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,7 @@ uninstall: ${DESTDIR}${BINDIR}/cpt-lib for bin in ${BIN} tools/* contrib/*; do \ rm -f ${DESTDIR}${BINDIR}/$${bin##*/}; done - rm -f ${DESTDIR}${MAN1}/kiss.1 ${DESTDIR}${MAN1}/kiss.1 - rm -f ${DESTDIR}${MAN1}/kiss-contrib.1 ${DESTDIR}${MAN1}/kiss-contrib.1 + for man in man/*; do rm -f ${DESTDIR}${MAN1}/$${man##*/}; done rm -rf ${DESTDIR}${CPTDOC} -- cgit v1.2.3