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
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
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