docs: add manual page fro sysc.cfg

This commit is contained in:
Dietmar Maurer
2021-02-11 11:52:37 +01:00
parent 8f02db04f9
commit d8dae16035
5 changed files with 75 additions and 1 deletions

View File

@ -10,7 +10,8 @@ GENERATED_SYNOPSIS := \
backup-protocol-api.rst \
reader-protocol-api.rst \
config/user/config.rst \
config/remote/config.rst \
config/remote/config.rst \
config/sync/config.rst \
config/datastore/config.rst
MAN1_PAGES := \
@ -24,6 +25,7 @@ MAN1_PAGES := \
MAN5_PAGES := \
user.cfg.5 \
remote.cfg.5 \
sync.cfg.5 \
datastore.cfg.5
PRUNE_SIMULATOR_FILES := \
@ -111,6 +113,12 @@ config/remote/config.rst: ${COMPILEDIR}/docgen
remote.cfg.5: config/remote/man5.rst config/remote/config.rst config/remote/format.rst
rst2man $< >$@
config/sync/config.rst: ${COMPILEDIR}/docgen
${COMPILEDIR}/docgen sync.cfg >$@
sync.cfg.5: config/sync/man5.rst config/sync/config.rst config/sync/format.rst
rst2man $< >$@
proxmox-backup-client/synopsis.rst: ${COMPILEDIR}/proxmox-backup-client
${COMPILEDIR}/proxmox-backup-client printdoc > proxmox-backup-client/synopsis.rst