1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
From: Roland Rosenfeld <roland@debian.org>
Date: Sat, 06 Jan 2024 14:53:02 +0100
Origin: https://git.gnu.org.ua/mailfromd.git/tree/doc/htmlxref.cnf
Forwarded:
https://mail.gnu.org.ua/mailman/listarchive/bug-mailfromd/2024-01/msg00001.html
https://mail.gnu.org.ua/mailman/listarchive/bug-mailfromd/2024-01/msg00004.html
Subject: Optimize doc creation.
Upstream thinks that it is not necessary to build HTML and PDF from
tarball. That's why htmlxref.cnf and otherdoc.init are missing in
tarball.
Since we want to build these docs in Debian, these (modified) files
suppress warnings at build time and optimize links in the HTML
documentation.
--- /dev/null
+++ b/doc/htmlxref.cnf
@@ -0,0 +1,18 @@
+PUSZCZA=https://www.gnu.org.ua/software
+MFMOD_LDAP=${PUSZCZA}/mfmod_ldap/manual
+mfmod_ldap mono ${MFMOD_LDAP}/
+mfmod_ldap node ${MFMOD_LDAP}/
+mfmod_ldap section ${MFMOD_LDAP}/
+mfmod_ldap chapter ${MFMOD_LDAP}/
+
+MFMOD_PCRE=${PUSZCZA}/mfmod_pcre/manual
+mfmod_pcre mono ${MFMOD_PCRE}/
+mfmod_pcre node ${MFMOD_PCRE}/
+mfmod_pcre section ${MFMOD_PCRE}/
+mfmod_pcre chapter ${MFMOD_PCRE}/
+
+MFMOD_OPENMETRICS=${PUSZCZA}/mfmod_openmetrics/manual
+mfmod_openmetrics mono ${MFMOD_OPENMETRICS}/
+mfmod_openmetrics node ${MFMOD_OPENMETRICS}/
+mfmod_openmetrics section ${MFMOD_OPENMETRICS}/
+mfmod_openmetrics chapter ${MFMOD_OPENMETRICS}/
--- /dev/null
+++ b/doc/otherdoc.init
@@ -0,0 +1 @@
+1;
|