From: Dietmar Maurer Date: Sat, 30 Apr 2016 10:44:04 +0000 (+0200) Subject: add TOC to individual chapter files X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=d01fa25d6b5cf65d69900ebfd5a7920ed5de5082 add TOC to individual chapter files --- diff --git a/Makefile b/Makefile index 48c364d..86c8bc9 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ all: index.html nwdiag -T svg $*.nwdiag -o $@; chapter-%.html: %.adoc ${PVE_COMMON_DOC_SOURCES} - asciidoc ${ADOC_STDARG} -o $@ $*.adoc + asciidoc ${ADOC_STDARG} -a toc -o $@ $*.adoc test -n "$${NOVIEW}" || $(BROWSER) $@ & %.1.html: %.adoc %.1-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}