Update docs config

Add epub output, fix PDF output to include page-numbers in links (for
printed output), reduce the (now ridiculous) length of the ToC by
dropping it to one level, add numbering to chapters
This commit is contained in:
Dave Jones
2017-07-14 10:44:57 +01:00
parent 978f8175da
commit 9ed3a19a8e
3 changed files with 27 additions and 5 deletions

View File

@@ -80,6 +80,7 @@ install: $(SUBDIRS)
doc: $(DOC_SOURCES)
$(MAKE) -C docs clean
$(MAKE) -C docs html
$(MAKE) -C docs epub
$(MAKE) -C docs latexpdf
source: $(DIST_TAR) $(DIST_ZIP)