Made html doc look a little less boring.

This commit is contained in:
Oliver Schmidt
2014-02-09 22:43:55 +01:00
parent c78e8d1945
commit 1968e87cc2
4 changed files with 42 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ all:
doc: html
html: $(addprefix ../html/,$(SGMLS:.sgml=.html))
html: $(addprefix ../html/,$(SGMLS:.sgml=.html) doc.css doc.png)
mostlyclean:
@@ -28,7 +28,10 @@ clean:
@mkdir $@
../html/%.html: %.sgml | ../html
@cd ../html && linuxdoc -B html --split=0 --toc=$(TOC_LEVEL) ../doc/$<
@cd ../html && linuxdoc -B html -s=0 -T=$(TOC_LEVEL) -H ../doc/header.html ../doc/$<
../html/doc.%: doc.% | ../html
cp $< ../html
gh-pages: html
ifdef GH_TOKEN