From 7cb17d9a167704f7a21ee50fed4e2323d79cb01d Mon Sep 17 00:00:00 2001 From: frief Date: Tue, 7 Sep 2004 07:01:30 +0000 Subject: [PATCH] added option -info for latex2html git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3480 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- doc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 93353048..d8d7fc39 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -30,7 +30,7 @@ $(MANUAL).html/index.html: $(MANUAL).tex $(MANUAL).ind ;#$(MANUAL).glo mv $< `basename $< .tex`.orig.tex sed 's,-\\/-,-\\/-\\/-,g' < `basename $< .tex`.orig.tex | \ sed 's,\\tabularnewline$$,\\\\,g' > $< - -latex2html -split 5 -show_section_numbers -local_icons -dir $(MANUAL).html $(MANUAL) + -latex2html -split 5 -show_section_numbers -local_icons -info "" -dir $(MANUAL).html $(MANUAL) mv `basename $< .tex`.orig.tex $< $(TSS).html/index.html: $(TSS).tex @@ -40,7 +40,7 @@ $(TSS).html/index.html: $(TSS).tex mv $< `basename $< .tex`.orig.tex sed 's,-\\/-,-\\/-\\/-,g' < `basename $< .tex`.orig.tex | \ sed 's,\\tabularnewline$$,\\\\,g' > $< - -latex2html -split 0 -local_icons -dir $(TSS).html $(TSS) + -latex2html -split 0 -local_icons -info "" -dir $(TSS).html $(TSS) mv `basename $< .tex`.orig.tex $< $(CDB).html/index.html: $(CDB).tex @@ -50,7 +50,7 @@ $(CDB).html/index.html: $(CDB).tex mv $< `basename $< .tex`.orig.tex sed 's,-\\/-,-\\/-\\/-,g' < `basename $< .tex`.orig.tex | \ sed 's,\\tabularnewline$$,\\\\,g' > $< - -latex2html -split 0 -show_section_numbers -local_icons -dir $(CDB).html $(CDB) + -latex2html -split 0 -show_section_numbers -local_icons -info "" -dir $(CDB).html $(CDB) mv `basename $< .tex`.orig.tex $< %.txt: %.lyx -- 2.47.2