mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
fixed Makefile uninstall target for man files
This commit is contained in:
parent
e91da7c2b4
commit
04076cd5df
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue