Makefile: add pkgconfig file to uninstall target

This commit is contained in:
David Adam
2014-11-23 14:41:22 +08:00
parent 04dc0aca50
commit daa856ed47

View File

@@ -713,6 +713,9 @@ uninstall: uninstall-translations
-if test -d $(DESTDIR)$(docdir); then \
rm -rf $(DESTDIR)$(docdir);\
fi
-if test -f $(DESTDIR)$(datadir)/pkgconfig/fish.pc; then \
rm -f $(DESTDIR)$(datadir)/pkgconfig/fish.pc;\
fi
-for i in $(MANUALS); do \
rm -rf $(DESTDIR)$(mandir)/man1/`basename $$i`*; \
done;