diff options
Diffstat (limited to '')
-rw-r--r-- | www/neon/files/extrapatch-docs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/neon/files/extrapatch-docs b/www/neon/files/extrapatch-docs deleted file mode 100644 index 565765020c3f..000000000000 --- a/www/neon/files/extrapatch-docs +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2022-02-27 07:23:39 UTC -+++ Makefile.in -@@ -89,7 +89,7 @@ subdirs: - - # Regenerating the docs requires xmlto to be installed, this target is - # executed when release tarballs are generated. --docs: docs-man docs-html -+#docs: docs-man docs-html - - docs-man: - rm -rf doc/man; mkdir -p doc/man -@@ -148,7 +148,7 @@ install-memleak: - @echo "ERROR: purposes only; this copy of neon must not be installed." - @false - --install-yes: install-lib install-headers install-config install-docs install-nls -+install-yes: install-lib install-headers install-config install-nls - - # libtool does all the necessary magic here - install-lib: subdirs |