tape: add tape-job.cfg manual page

This commit is contained in:
Dietmar Maurer
2021-02-15 06:57:48 +01:00
parent 42200c405a
commit 7ca0ba4515
6 changed files with 76 additions and 0 deletions

View File

@ -12,6 +12,7 @@ GENERATED_SYNOPSIS := \
reader-protocol-api.rst \
config/media-pool/config.rst \
config/tape/config.rst \
config/tape-job/config.rst \
config/user/config.rst \
config/remote/config.rst \
config/sync/config.rst \
@ -31,6 +32,7 @@ MAN1_PAGES := \
MAN5_PAGES := \
media-pool.cfg.5 \
tape.cfg.5 \
tape-job.cfg.5 \
acl.cfg.5 \
user.cfg.5 \
remote.cfg.5 \
@ -153,6 +155,12 @@ config/tape/config.rst: ${COMPILEDIR}/docgen
tape.cfg.5: config/tape/man5.rst config/tape/config.rst config/tape/format.rst
rst2man $< >$@
config/tape-job/config.rst: ${COMPILEDIR}/docgen
${COMPILEDIR}/docgen tape-job.cfg >$@
tape-job.cfg.5: config/tape-job/man5.rst config/tape-job/config.rst config/tape-job/format.rst
rst2man $< >$@
proxmox-tape/synopsis.rst: ${COMPILEDIR}/proxmox-tape
${COMPILEDIR}/proxmox-tape printdoc > proxmox-tape/synopsis.rst