diff --git a/doc/html/Makefile b/doc/html/Makefile index bddf2d01..1713faeb 100644 --- a/doc/html/Makefile +++ b/doc/html/Makefile @@ -6,7 +6,10 @@ all: $(HELPFILES) clean: -rm -f *.qhc *.qch -%.qhc: %.qhcp lcdoc.qhp +%.html: %.txt html.header html.footer + (cat html.header; markdown2 $<; cat html.footer) > index.html + +%.qhc: %.qhcp lcdoc.qhp index.html qcollectiongenerator $< -o $@ favicon.ico: favicon32x32.png favicon16x16.png diff --git a/doc/html/html.footer b/doc/html/html.footer new file mode 100644 index 00000000..c136615c --- /dev/null +++ b/doc/html/html.footer @@ -0,0 +1,5 @@ +
+