]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
add more to vzdump lxc snapshot section
[pve-docs.git] / Makefile
index 93c0b530e1b337696b02c8227135521283585a56..34768c44713a1df9fb7800c82a1d60796a375dfd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -123,8 +123,6 @@ PVE_ADMIN_GUIDE_SOURCES=                    \
        ${PVEAM_MAN1_SOURCES}                   \
        ${PVESUBSCRIPTION_MAN1_SOURCES}         \
        ${PVECEPH_MAN1_SOURCES}                 \
-       images/cluster-nwdiag.svg               \
-       images/node-nwdiag.svg                  \
        pve-bibliography.adoc                   \
        $(addsuffix .adoc, ${COMMAND_LIST})     \
        $(addsuffix .adoc, ${SERVICE_LIST})     \
@@ -145,7 +143,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}
@@ -260,8 +258,9 @@ upload: ${GEN_DEB} ${DOC_DEB}
 
 .PHONY: update
 update: clean
-       rm -f *.5-opts.adoc .1-synopsis.adoc .8-synopsis.adoc
+       rm -f *.5-opts.adoc *.1-synopsis.adoc *.8-synopsis.adoc
        rm -f api-viewer/apidata.js
+       rm -f pve-firewall-macros.adoc
        make all
 
 clean: