Fixed makefile uninstall handling of man pages.

This commit is contained in:
Svend Sorensen
2004-11-14 03:32:45 +00:00
parent e120807313
commit 05a1659c18

View File

@@ -24,8 +24,8 @@ install: all
done
uninstall:
-for i in $(TARGETS) ; do \
rm -f $(DESTDIR)$(mandir)/man1/$$i ; \
-for i in $(MANFILES) ; do \
rm -f $(DESTDIR)$(mandir)/man1/`basename $$i .man`.1 ; \
done
clean: