aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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}