docs: add user.cfg.5 manual page

This commit is contained in:
Dietmar Maurer
2021-02-10 16:37:27 +01:00
parent b9a09a9501
commit 67cc79ec52
5 changed files with 85 additions and 0 deletions

View File

@ -9,6 +9,7 @@ GENERATED_SYNOPSIS := \
pmt/synopsis.rst \
backup-protocol-api.rst \
reader-protocol-api.rst \
config/user/config.rst \
config/datastore/config.rst
MAN1_PAGES := \
@ -20,6 +21,7 @@ MAN1_PAGES := \
proxmox-backup-manager.1
MAN5_PAGES := \
user.cfg.5 \
datastore.cfg.5
PRUNE_SIMULATOR_FILES := \
@ -95,6 +97,12 @@ config/datastore/config.rst: ${COMPILEDIR}/docgen
datastore.cfg.5: config/datastore/man5.rst config/datastore/config.rst
rst2man $< >$@
config/user/config.rst: ${COMPILEDIR}/docgen
${COMPILEDIR}/docgen user.cfg >$@
user.cfg.5: config/user/man5.rst config/user/config.rst
rst2man $< >$@
proxmox-backup-client/synopsis.rst: ${COMPILEDIR}/proxmox-backup-client
${COMPILEDIR}/proxmox-backup-client printdoc > proxmox-backup-client/synopsis.rst