You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
648 B
14 lines
648 B
Index: Makefile.in |
|
--- Makefile.in.orig 2012-01-11 14:11:36.000000000 +0100 |
|
+++ Makefile.in 2012-01-12 22:55:23.000000000 +0100 |
|
@@ -251,10 +251,6 @@ |
|
test ! -d $(DESTDIR)$(mandir)/man1 || rmdir -p $(DESTDIR)$(mandir)/man1 || echo "ok, dir already gone" |
|
|
|
install-manpages: manpages @INSTALL_CONFIG_MANPAGE@ |
|
- ${INSTALL} -d $(DESTDIR)$(mandir)/man3 |
|
- for f in doc/man/man3/*; do \ |
|
- ${INSTALL} -c -m 444 $$f $(DESTDIR)$(mandir)/man3/; \ |
|
- done |
|
|
|
uninstall-manpages: @UNINSTALL_CONFIG_MANPAGE@ |
|
for m in `cat $(srcdir)/ldns/*.h | perl $(srcdir)/doc/doxyparse.pl -m $(srcdir)/doc/function_manpages 2>&1 | grep -v ^doxygen | grep -v ^cat` ; do \
|
|
|