Fixed makefile uninstall handling of man pages.
This commit is contained in:
@@ -24,8 +24,8 @@ install: all
|
|||||||
done
|
done
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
-for i in $(TARGETS) ; do \
|
-for i in $(MANFILES) ; do \
|
||||||
rm -f $(DESTDIR)$(mandir)/man1/$$i ; \
|
rm -f $(DESTDIR)$(mandir)/man1/`basename $$i .man`.1 ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user