diff options
Diffstat (limited to 'www/neon/files')
-rw-r--r-- | www/neon/files/patch-Makefile.in (renamed from www/neon/files/extrapatch-docs) | 11 | ||||
-rw-r--r-- | www/neon/files/patch-doc_manual.xml | 17 |
2 files changed, 1 insertions, 27 deletions
diff --git a/www/neon/files/extrapatch-docs b/www/neon/files/patch-Makefile.in index 565765020c3f..2e20a7cbc836 100644 --- a/www/neon/files/extrapatch-docs +++ b/www/neon/files/patch-Makefile.in @@ -1,20 +1,11 @@ --- 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 ++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"> |