]> git.gag.com Git - fw/sdcc/commitdiff
added option -info for latex2html
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 7 Sep 2004 07:01:30 +0000 (07:01 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 7 Sep 2004 07:01:30 +0000 (07:01 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3480 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/Makefile

index 93353048bcee3dfdf3bd6178061abb77c9de43c7..d8d7fc3915536d65796d3155c3265cc709b9b0ef 100644 (file)
@@ -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