X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=ff9e733788e07bdcc6546a1a6c9db6c8d79ec5e5;hb=78d46885816a73a6442abadcb87e88933cf9a23e;hp=fc0dda6f7412ac6e201dd2f91e4d675910b55f4f;hpb=b50c4e6573135d7ddfe70b7985e2c1a17a22b5c8;p=fw%2Fsdcc 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