From: jesusc Date: Wed, 4 Jun 2003 21:29:49 +0000 (+0000) Subject: -bottom_navigation for sdccman.html pages X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8537a77cbcd9fd7774e8fcc0641fc70d214ef0b8;p=fw%2Fsdcc -bottom_navigation for sdccman.html pages git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2668 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/Makefile b/doc/Makefile index ff9e7337..fc0dda6f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -27,7 +27,7 @@ $(MANUAL).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 -dir $(MANUAL).html $(MANUAL) + -latex2html -split 5 -show_section_numbers -bottom_navigation -dir $(MANUAL).html $(MANUAL) mv `basename $< .tex`.orig.tex $< $(TSS).html: $(TSS).tex