diff options
Diffstat (limited to '')
-rw-r--r-- | www/neon/files/extrapatch-docs | 20 | ||||
-rw-r--r-- | www/neon/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | www/neon/files/patch-doc_manual.xml | 17 |
3 files changed, 11 insertions, 37 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 diff --git a/www/neon/files/patch-Makefile.in b/www/neon/files/patch-Makefile.in new file mode 100644 index 000000000000..2e20a7cbc836 --- /dev/null +++ b/www/neon/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2022-02-27 07:23:39 UTC ++++ Makefile.in +@@ -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-html install-man install-nls + + # libtool does all the necessary magic here + install-lib: subdirs diff --git a/www/neon/files/patch-doc_manual.xml b/www/neon/files/patch-doc_manual.xml deleted file mode 100644 index ef0031d5dad6..000000000000 --- a/www/neon/files/patch-doc_manual.xml +++ /dev/null @@ -1,17 +0,0 @@ ---- doc/manual.xml.orig 2021-11-01 10:10:24 UTC -+++ doc/manual.xml -@@ -3,14 +3,6 @@ - <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - --<!ENTITY % isoent SYSTEM -- "http://www.oasis-open.org/docbook/xml/4.5/ent/isonum.ent"> --<!ENTITY % isopub SYSTEM -- "http://www.oasis-open.org/docbook/xml/4.5/ent/isopub.ent"> -- --%isoent; --%isopub; -- - <!-- date/version stamp files created as release tarball is rolled --> - <!ENTITY date SYSTEM "date.xml"> - <!ENTITY version SYSTEM "version.xml"> |