changes to documentation

This commit is contained in:
2018-02-27 12:09:36 +01:00
parent 64c18469bd
commit 12e4530702
7 changed files with 36 additions and 10 deletions

View File

@ -34,7 +34,8 @@ $(HTMLS): $(TEXS) $(MAINTEXS)
$(shell test -d $(DESTDIR)/html/$@ && rm -fr $(DESTDIR)/html/$@)
echo "***************************** $@"
latex $@.tex
latex2html -split 16 -no_navigation -info "" -address "" -long_titles 5 -link 0 $@.tex
latex2html -split 16 -no_navigation -info "" -address "" -long_titles 5 -link 0 $@.tex
#-show_section_numbers $@.tex
# -local_icons
mv $@ $(DESTDIR)/html