]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
add qmrestore man page
[pve-docs.git] / Makefile
index f6f176148a4ad15fc971368b945c41efb4c21498..5c77b85eef43fb7d7d0c8f68ac0ae3e010d0f4f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ PVE_ADMIN_GUIDE_SOURCES=              \
        ${PVECM_MAN1_SOURCES}           \
        ${PVEUM_MAN1_SOURCES}           \
        ${QM_MAN1_SOURCES}              \
+       ${QMRESTORE_MAN1_SOURCES}       \
        ${PVEAM_SOURCES}                \
        ${VZDUMP_SOURCES}               \
        ${HA_SOURCES}                   \
@@ -125,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 &