Переглянути джерело

Fixed makefile uninstall handling of man pages.

master
Svend Sorensen 19 роки тому
джерело
коміт
05a1659c18
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      man/Makefile

+ 2
- 2
man/Makefile Переглянути файл

@@ -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:


Завантаження…
Відмінити
Зберегти