created jungfrau virtual server(in next commit), edited install manual to give out html pages without subsection toc, links, navigaion, spilit into as many sections etc for wiki page

This commit is contained in:
2018-02-23 12:45:23 +01:00
parent 9fe7293dab
commit 639fdac232
37 changed files with 821 additions and 4507 deletions

View File

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