summarylogtreecommitdiffstats
path: root/fix-manual-generation.patch
diff options
context:
space:
mode:
authorDavid Runge2018-06-15 00:22:28 +0200
committerDavid Runge2018-06-15 00:22:28 +0200
commit06ae3b3ff4fddc075bd6e857b21c08cda2c1351a (patch)
treeedd0894735197d17dc511cc634796bdac02ac5f8 /fix-manual-generation.patch
downloadaur-06ae3b3ff4fddc075bd6e857b21c08cda2c1351a.tar.gz
PKGBUILD: Dropping lash to AUR as it's a dead project.
Diffstat (limited to 'fix-manual-generation.patch')
-rw-r--r--fix-manual-generation.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/fix-manual-generation.patch b/fix-manual-generation.patch
new file mode 100644
index 000000000000..3d35a1d2d98e
--- /dev/null
+++ b/fix-manual-generation.patch
@@ -0,0 +1,14 @@
+--- docs/Makefile.in.orig 2008-11-09 22:45:28.000000000 +0100
++++ docs/Makefile.in 2011-07-23 17:12:26.000000000 +0200
+@@ -527,9 +527,9 @@
+ @HAVE_TEXI2HTML_TRUE@ mkdir -lash-manual-html-split; \
+ @HAVE_TEXI2HTML_TRUE@ fi
+ @HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-one-page && \
+-@HAVE_TEXI2HTML_TRUE@ texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
++@HAVE_TEXI2HTML_TRUE@ texi2html --number-footnotes --number-sections ../$(top_srcdir)/docs/lash-manual.texi
+ @HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-split && \
+-@HAVE_TEXI2HTML_TRUE@ texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
++@HAVE_TEXI2HTML_TRUE@ texi2html --number-footnotes --number-sections --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
+ @HAVE_TEXI2HTML_TRUE@ touch html-manual-stamp
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.