]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
fix makefile for vzdump.1 and pveam.1
[pve-docs.git] / Makefile
index a9278296c7996171555c29d8930c2a91f56d6bd4..c087cbe465b60018951ae8469351f5668d520b27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,15 @@ DEB=${PACKAGE}_${DOCRELEASE}-${PKGREL}_amd64.deb
 
 COMMAND_LIST=pvecm qm qmrestore pct pveam pvesm pveum vzdump ha-manager
 
-SERVICE_LIST=pve-firewall pve-ha-crm pve-ha-lrm pvestatd pmxcfs
+SERVICE_LIST=          \
+       pve-firewall    \
+       pve-ha-crm      \
+       pve-ha-lrm      \
+       pvestatd        \
+       pmxcfs          \
+       pveproxy        \
+       spiceproxy      \
+       pvedaemon
 
 CONFIG_LIST=datacenter.cfg qm.conf pct.conf
 
@@ -45,9 +53,6 @@ GEN_SCRIPTS=                                  \
        gen-pve-firewall-rules-opts.pl          \
        gen-pve-firewall-vm-opts.pl
 
-VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
-PVEAM_SOURCES=attributes.txt pveam.adoc pveam.1-synopsis.adoc
-
 SYSADMIN_SOURCES=                              \
        getting-help.adoc                       \
        pve-package-repos.adoc                  \
@@ -73,10 +78,14 @@ PVE_ADMIN_GUIDE_SOURCES=                    \
        ${QM_MAN1_SOURCES}                      \
        ${QMRESTORE_MAN1_SOURCES}               \
        ${HA_MANAGER_MAN1_SOURCES}              \
+       ${PVESTATD_MAN8_SOURCES}                \
+       ${PVEDAEMON_MAN8_SOURCES}               \
+       ${PVEPROXY_MAN8_SOURCES}                \
+       ${SPICEPROXY_MAN8_SOURCES}              \
        ${PVE_HA_CRM_MAN8_SOURCES}              \
        ${PVE_HA_LRM_MAN8_SOURCES}              \
-       ${PVEAM_SOURCES}                        \
-       ${VZDUMP_SOURCES}                       \
+       ${VZDUMP_MAN1_SOURCES}                  \
+       ${PVEAM_MAN1_SOURCES}                   \
        images/cluster-nwdiag.svg               \
        images/node-nwdiag.svg                  \
        pve-bibliography.adoc                   \