From 78d46885816a73a6442abadcb87e88933cf9a23e Mon Sep 17 00:00:00 2001 From: jesusc Date: Tue, 10 Jun 2003 01:35:24 +0000 Subject: [PATCH] Removed -bottom_navigation due to lack of popular support git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2687 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index fc0dda6f..ff9e7337 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 -bottom_navigation -dir $(MANUAL).html $(MANUAL) + -latex2html -split 5 -show_section_numbers -dir $(MANUAL).html $(MANUAL) mv `basename $< .tex`.orig.tex $< $(TSS).html: $(TSS).tex -- 2.39.5