Procházet zdrojové kódy

Fixed makefile uninstall handling of man pages.

master
Svend Sorensen před 19 roky
rodič
revize
05a1659c18
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      man/Makefile

+ 2
- 2
man/Makefile Zobrazit soubor

@@ -24,8 +24,8 @@ install: all
done

uninstall:
-for i in $(TARGETS) ; do \
rm -f $(DESTDIR)$(mandir)/man1/$$i ; \
-for i in $(MANFILES) ; do \
rm -f $(DESTDIR)$(mandir)/man1/`basename $$i .man`.1 ; \
done

clean:


Načítá se…
Zrušit
Uložit