]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-doc-generator.mk
fix *.conf.5 dependencies
[pve-docs.git] / pve-doc-generator.mk
index 45f3737ebb400a2bbaf6c6be26b439502b774714..a20e3a14e1d503e892e968c9a781cbf3ef632286 100644 (file)
@@ -43,11 +43,21 @@ PCT_MAN1_SOURCES=                   \
        pct.1-synopsis.adoc             \
        ${PVE_COMMON_DOC_SOURCES}
 
+PCT_CONF_MAN5_SOURCE=                  \
+       pct.conf.adoc                   \
+       pct.conf.5-opts.adoc            \
+       ${PVE_COMMON_DOC_SOURCES}
+
 QM_MAN1_SOURCES=                       \
        qm.adoc                         \
        qm.1-synopsis.adoc              \
        ${PVE_COMMON_DOC_SOURCES}
 
+QM_CONF_MAN5_SOURCE=                   \
+       qm.conf.adoc                    \
+       qm.conf.5-opts.adoc             \
+       ${PVE_COMMON_DOC_SOURCES}
+
 QMRESTORE_MAN1_SOURCES=                        \
        qmrestore.adoc                  \
        qmrestore.1-synopsis.adoc       \
@@ -144,6 +154,10 @@ pve-ha-lrm.8: ${PVE_HA_LRM_MAN8_SOURCES}
        a2x ${A2X_MAN8_OPTIONS} pve-ha-lrm.adoc
        test -n "$${NOVIEW}" || man -l $@
 
+qm.conf.5: ${QM_CONF_MAN5_SOURCE}
+
+pct.conf.5: ${PCT_CONF_MAN5_SOURCE}
+
 %.5: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
        a2x ${A2X_MAN5_OPTIONS} $*.adoc
        test -n "$${NOVIEW}" || man -l $@