fixed Makefile uninstall target for man files

This commit is contained in:
Andre Cerqueira 2013-05-26 15:45:31 -03:00
parent e91da7c2b4
commit 04076cd5df

View file

@ -39,8 +39,8 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/$(BIN); \
)
@$(foreach MAN, $(MAN_PAGES), \
echo "... uninstalling $(DESTDIR)$(MANPREFIX)/$(MAN)"; \
rm -f $(DESTDIR)$(MANPREFIX)/$(MAN); \
echo "... uninstalling $(DESTDIR)$(MANPREFIX)/$(notdir $(MAN))"; \
rm -f $(DESTDIR)$(MANPREFIX)/$(notdir $(MAN)); \
)
rm -f $(DESTDIR)/etc/bash_completion.d/git-extras