updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / lash / makefile.patch
blob3d35a1d2d98e6f332348c65007b23286b6e94815
1 --- docs/Makefile.in.orig 2008-11-09 22:45:28.000000000 +0100
2 +++ docs/Makefile.in 2011-07-23 17:12:26.000000000 +0200
3 @@ -527,9 +527,9 @@
4 @HAVE_TEXI2HTML_TRUE@ mkdir -lash-manual-html-split; \
5 @HAVE_TEXI2HTML_TRUE@ fi
6 @HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-one-page && \
7 -@HAVE_TEXI2HTML_TRUE@ texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
8 +@HAVE_TEXI2HTML_TRUE@ texi2html --number-footnotes --number-sections ../$(top_srcdir)/docs/lash-manual.texi
9 @HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-split && \
10 -@HAVE_TEXI2HTML_TRUE@ texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
11 +@HAVE_TEXI2HTML_TRUE@ texi2html --number-footnotes --number-sections --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
12 @HAVE_TEXI2HTML_TRUE@ touch html-manual-stamp
13 # Tell versions [3.59,3.63) of GNU make to not export all variables.
14 # Otherwise a system limit (for SysV at least) may be exceeded.