diff options
author | David Woodfall <dave@dawoodfall.net> | 2012-05-13 08:53:17 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-13 08:53:17 -0400 |
commit | 36e0f12a30dcb0becbe447189958c209299a9d82 (patch) | |
tree | 78b2da0439ea886149afec526dc137ba18ebddf4 /audio/lash/texlive.patch | |
parent | 7589047f847a13bc05bfff6ec5166effc41e9ef5 (diff) | |
download | slackbuilds-36e0f12a30dcb0becbe447189958c209299a9d82.tar.gz |
audio/lash: Added a patch to allow building with texlive.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/lash/texlive.patch')
-rw-r--r-- | audio/lash/texlive.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/lash/texlive.patch b/audio/lash/texlive.patch new file mode 100644 index 0000000000..1177cf70f3 --- /dev/null +++ b/audio/lash/texlive.patch @@ -0,0 +1,15 @@ +diff -Naur a/docs/Makefile.in b/docs/Makefile.in +--- a/docs/Makefile.in 2008-11-09 21:45:28.000000000 +0000 ++++ b/docs/Makefile.in 2012-05-08 15:03:54.083573100 +0100 +@@ -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-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-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. |