diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2013-12-08 17:48:27 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-09 13:54:11 +0100 |
commit | 3a49ad6ba5e8634e8653a60b5be3a75f2bc79959 (patch) | |
tree | 186f31063b8947b0a7f5c07f62b816d0f33aad92 /Documentation/Makefile | |
parent | e7a657c72b342a73153c467bea17c425eb4232df (diff) | |
download | subsurface-3a49ad6ba5e8634e8653a60b5be3a75f2bc79959.tar.gz |
Update to manual
- Companion app added
- Figures updated & reorganised
- Small amount of reorganisation of text
- Typos corrected
Signed-off-by: Willem Ferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 67f23eddf..1b37ce0b1 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -19,7 +19,7 @@ $(OUT)$(DOCNAME).pdf: $(DOCSOURCE) $(OUT)$(HTMLDOC): $(DOCSOURCE) @echo "if asciidoc isn't found no HTML documentation is produced but Subsurface is still functional" - $(ASCIIDOC) -a themedir=$(PWD) --theme $(THEME) $< || true + $(ASCIIDOC) -a toc -a toclevels=3 -a themedir=$(PWD) --theme $(THEME) $< || true # Alternatively:: $(OUT)$(DOCNAME).xhtml: $(DOCSOURCE) |