From fc8f6f3ed391b0ae781f2f681f235b05b0ff1f3d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 6 Dec 1996 18:45:30 +0000 Subject: (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; the comma must represent a bug in the modified process_command() function, but I haven't found it yet. This will work for now. --- Doc/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index 8149a42..8cf093a 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -161,21 +161,28 @@ qua.ps: qua.dvi # source at the appropriate place. Change the definition of # $ICONSERVER in .latex2html-init to point to a different location. +# The sed hack rips out a superfluous comma which I haven't found the source +# of; the prominent location makes it worth the extra step. This affects the +# title pages! + l2h: l2htut l2hext l2hlib l2htut: tut.dvi myformat.perl $(L2H) $(L2HARGS) tut.tex @rm -rf python-tut + sed 's/^

,/

/' \ + tut/xxx + mv tut/xxx tut/tut.html mv tut python-tut l2hext: ext.dvi myformat.perl $(L2H) $(L2HARGS) ext.tex @rm -rf python-ext + sed 's/^

,/

/' \ + ext/xxx + mv ext/xxx ext/ext.html mv ext python-ext -# The sed hack rips out a superfluous comma which I haven't found the source -# of; the prominent location makes it worth the extra step. This affects the -# title page! l2hlib: lib.dvi myformat.perl ./fix_libaux.sed @lib.aux mv @lib.aux lib.aux -- cgit v0.12