X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=Makefile;h=5c77b85eef43fb7d7d0c8f68ac0ae3e010d0f4f4;hp=f6f176148a4ad15fc971368b945c41efb4c21498;hb=a5bb4c40a3d03f81e9999a05c7d3f77872abe60f;hpb=7f8858a21128ec0e89e3831e1a0d9e2e982a16b2;ds=sidebyside diff --git a/Makefile b/Makefile index f6f1761..5c77b85 100644 --- 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 &