-bottom_navigation for sdccman.html pages
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 4 Jun 2003 21:29:49 +0000 (21:29 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 4 Jun 2003 21:29:49 +0000 (21:29 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2668 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/Makefile

index ff9e733788e07bdcc6546a1a6c9db6c8d79ec5e5..fc0dda6f7412ac6e201dd2f91e4d675910b55f4f 100644 (file)
@@ -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