texlive.patch 946 B

12345678910111213141516
  1. diff -Naur a/docs/Makefile.in b/docs/Makefile.in
  2. --- a/docs/Makefile.in 2008-11-09 21:45:28.000000000 +0000
  3. +++ b/docs/Makefile.in 2012-05-08 15:03:54.083573100 +0100
  4. @@ -527,9 +527,9 @@
  5. @HAVE_TEXI2HTML_TRUE@ mkdir -lash-manual-html-split; \
  6. @HAVE_TEXI2HTML_TRUE@ fi
  7. @HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-one-page && \
  8. -@HAVE_TEXI2HTML_TRUE@ texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
  9. +@HAVE_TEXI2HTML_TRUE@ texi2html --number-sections ../$(top_srcdir)/docs/lash-manual.texi
  10. @HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-split && \
  11. -@HAVE_TEXI2HTML_TRUE@ texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
  12. +@HAVE_TEXI2HTML_TRUE@ texi2html --number-sections --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
  13. @HAVE_TEXI2HTML_TRUE@ touch html-manual-stamp
  14. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  15. # Otherwise a system limit (for SysV at least) may be exceeded.