X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=6896e254fde247869cfcbabddc33327e70f11f50;hb=d8742b0c9cbfbc0a2bac4b342657dc94db079a81;hp=bb85570a5f844413ed27e581ca5f8d69fc2525ca;hpb=b0f56e112393cf9f5477ffaee8c55e96c0b56809;p=pve-docs.git diff --git a/Makefile b/Makefile index bb85570..6896e25 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ DEB_SOURCES= \ pve-storage-nfs.adoc \ pve-storage-rbd.adoc \ pve-storage-zfspool.adoc \ + pvecm.adoc \ pveum.adoc \ vzdump.adoc \ pve-firewall.adoc \ @@ -73,6 +74,7 @@ PVE_ADMIN_GUIDE_SOURCES= \ ${PVE_FIREWALL_MAN8_SOURCES} \ ${PVESM_MAN1_SOURCES} \ ${PCT_MAN1_SOURCES} \ + ${PVECM_MAN1_SOURCES} \ ${QM_SOURCES} \ ${PVEAM_SOURCES} \ ${PVEUM_SOURCES} \ @@ -123,7 +125,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 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 &