]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
add qmrestore man page
[pve-docs.git] / Makefile
index dfd5195f6410f2fbd338dc6a2f43920ddee816dc..5c77b85eef43fb7d7d0c8f68ac0ae3e010d0f4f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,6 @@ GEN_SCRIPTS=                                  \
        gen-pve-firewall-vm-opts.pl
 
 VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
-QM_SOURCES=attributes.txt qm.adoc qm.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
 
@@ -77,7 +76,8 @@ PVE_ADMIN_GUIDE_SOURCES=              \
        ${PCT_MAN1_SOURCES}             \
        ${PVECM_MAN1_SOURCES}           \
        ${PVEUM_MAN1_SOURCES}           \
-       ${QM_SOURCES}                   \
+       ${QM_MAN1_SOURCES}              \
+       ${QMRESTORE_MAN1_SOURCES}       \
        ${PVEAM_SOURCES}                \
        ${VZDUMP_SOURCES}               \
        ${HA_SOURCES}                   \
@@ -126,7 +126,7 @@ all: pve-admin-guide.html
 
 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 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
+       $(MAKE) NOVIEW=1 pvecm.1.html qm.1.html qmrestore.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 &