]> mj.ucw.cz Git - pciutils.git/commitdiff
Do not forget pcilib.7 in `make uninstall'.
authorMartin Mares <mj@ucw.cz>
Wed, 13 Feb 2008 18:57:08 +0000 (19:57 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 13 Feb 2008 18:57:08 +0000 (19:57 +0100)
Makefile

index 4e15aa036ca061c56464a1875e8733aa53a057eb..3f8d50c679763b7c3f9ebb83d462bba3104623ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ uninstall: all
        rm -f $(DESTDIR)$(SBINDIR)/lspci $(DESTDIR)$(SBINDIR)/setpci $(DESTDIR)$(SBINDIR)/update-pciids
        rm -f $(DESTDIR)$(IDSDIR)/$(PCI_IDS)
        rm -f $(DESTDIR)$(MANDIR)/man8/lspci.8 $(DESTDIR)$(MANDIR)/man8/setpci.8 $(DESTDIR)$(MANDIR)/man8/update-pciids.8
+       rm -f $(DESTDIR)$(MANDIR)/man7/pcilib.7
 
 pci.ids.gz: pci.ids
        gzip -9 <$< >$@