]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
add cluster manager to pve-admin-guide.adoc
[pve-docs.git] / Makefile
index f3981a6b093dfcd5f6efb859206874901503e921..6896e254fde247869cfcbabddc33327e70f11f50 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,30 +22,33 @@ DEB_SOURCES=                        \
        pve-storage-nfs.adoc            \
        pve-storage-rbd.adoc            \
        pve-storage-zfspool.adoc        \
+       pvecm.adoc                      \
        pveum.adoc              \
        vzdump.adoc             \
        pve-firewall.adoc       \
        qm.adoc                 \
+       vm.conf.adoc            \
        pct.adoc                \
+       pct.conf.adoc           \
+       datacenter.cfg.adoc     \
        pveam.adoc              \
        ha-manager.adoc         \
        pve-copyright.adoc      \
        docinfo.xml
 
 GEN_SCRIPTS=                                   \
-       gen-datacenter-cfg-opts-adoc.pl         \
-       gen-pct-conf-opts-adoc.pl               \
+       gen-datacenter.cfg.5-opts.pl            \
+       gen-pct.conf.5-opts.pl                  \
+       gen-vm.conf.5-opts.pl                   \
        gen-pve-firewall-cluster-opts.pl        \
        gen-pve-firewall-host-opts.pl           \
        gen-pve-firewall-macros-adoc.pl         \
        gen-pve-firewall-rules-opts.pl          \
-       gen-pve-firewall-vm-opts.pl             \
-       gen-vm-conf-opts-adoc.pl
+       gen-pve-firewall-vm-opts.pl
 
 PVEUM_SOURCES=attributes.txt pveum.adoc pveum.1-synopsis.adoc
 VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
 QM_SOURCES=attributes.txt qm.adoc qm.1-synopsis.adoc
-PCT_SOURCES=attributes.txt pct.adoc pct.1-synopsis.adoc
 PVEAM_SOURCES=attributes.txt pveam.adoc pveam.1-synopsis.adoc
 HA_SOURCES=attributes.txt ha-manager.1-synopsis.adoc ha-manager.adoc
 
@@ -70,8 +73,9 @@ PVE_ADMIN_GUIDE_SOURCES=              \
        pve-faq.adoc                    \
        ${PVE_FIREWALL_MAN8_SOURCES}    \
        ${PVESM_MAN1_SOURCES}           \
+       ${PCT_MAN1_SOURCES}             \
+       ${PVECM_MAN1_SOURCES}           \
        ${QM_SOURCES}                   \
-       ${PCT_SOURCES}                  \
        ${PVEAM_SOURCES}                \
        ${PVEUM_SOURCES}                \
        ${VZDUMP_SOURCES}               \
@@ -115,17 +119,13 @@ all: pve-admin-guide.html
        asciidoc ${ADOC_MAN8_HTML_ARGS} -o $@ $*.adoc
        test -n "$${NOVIEW}" || $(BROWSER) $@ &
 
-%.5: %.adoc %.5-opts.adoc docinfo.xml
-       a2x -a docinfo1 -a "manvolnum=5" -a "manversion=Release ${DOCRELEASE}" -f manpage $*.adoc
-       test -n "$${NOVIEW}" || man -l $@
-
 %.5.html: %.adoc %.5-opts.adoc docinfo.xml
        asciidoc ${ADOC_MAN5_HTML_ARGS} -o $@ $*.adoc
        test -n "$${NOVIEW}" || $(BROWSER) $@ &
 
 index.html: index.adoc ${PVE_ADMIN_GUIDE_SOURCES}
        $(MAKE) NOVIEW=1 pve-admin-guide.pdf pve-admin-guide.html pve-admin-guide.epub
-       $(MAKE) NOVIEW=1 qm.1.html pct.1.html pveam.1.html pvesm.1.html pveum.1.html vzdump.1.html pve-firewall.8.html ha-manager.1.html datacenter.cfg.5.html vm.conf.5.html pct.conf.5.html
+       $(MAKE) NOVIEW=1 pvecm.1.html qm.1.html pct.1.html pveam.1.html pvesm.1.html pveum.1.html vzdump.1.html pve-firewall.8.html ha-manager.1.html datacenter.cfg.5.html vm.conf.5.html pct.conf.5.html
        asciidoc -a "date=$(shell date)" -a "revnumber=${DOCRELEASE}" index.adoc
        test -n "$${NOVIEW}" || $(BROWSER) index.html &