summarylogtreecommitdiffstats
path: root/0002-docs-drop-all-but-client-man-pages.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-docs-drop-all-but-client-man-pages.patch')
-rw-r--r--0002-docs-drop-all-but-client-man-pages.patch69
1 files changed, 36 insertions, 33 deletions
diff --git a/0002-docs-drop-all-but-client-man-pages.patch b/0002-docs-drop-all-but-client-man-pages.patch
index 392f5755f56a..da83e14988cd 100644
--- a/0002-docs-drop-all-but-client-man-pages.patch
+++ b/0002-docs-drop-all-but-client-man-pages.patch
@@ -5,14 +5,45 @@ Subject: [PATCH] docs: drop all but client man pages
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
---
- docs/conf.py | 18 ------------------
- 1 file changed, 18 deletions(-)
+ docs/Makefile | 16 ----------------
+ docs/conf.py | 19 -------------------
+ 2 files changed, 35 deletions(-)
+diff --git a/docs/Makefile b/docs/Makefile
+index b06badff..94130228 100644
+--- a/docs/Makefile
++++ b/docs/Makefile
+@@ -1,25 +1,9 @@
+ include ../defines.mk
+
+ GENERATED_SYNOPSIS := \
+- proxmox-tape/synopsis.rst \
+ proxmox-backup-client/synopsis.rst \
+ proxmox-backup-client/catalog-shell-synopsis.rst \
+- proxmox-backup-manager/synopsis.rst \
+- proxmox-backup-debug/synopsis.rst \
+- proxmox-file-restore/synopsis.rst \
+ pxar/synopsis.rst \
+- pmtx/synopsis.rst \
+- pmt/synopsis.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 \
+- config/verification/config.rst \
+- config/acl/roles.rst \
+- config/datastore/config.rst \
+- config/domains/config.rst
+
+ MAN1_PAGES := \
+ pxar.1 \
diff --git a/docs/conf.py b/docs/conf.py
-index 59f27c42..deeb63bf 100644
+index 8944926e..deeb63bf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
-@@ -93,25 +93,7 @@ rst_epilog += f"\n.. |pbs-copyright| replace:: Copyright (C) {copyright}"
+@@ -93,26 +93,7 @@ rst_epilog += f"\n.. |pbs-copyright| replace:: Copyright (C) {copyright}"
man_pages = [
# CLI
('proxmox-backup-client/man1', 'proxmox-backup-client', 'Command line tool for Backup and Restore', [author], 1),
@@ -28,6 +59,7 @@ index 59f27c42..deeb63bf 100644
- # configs
- ('config/acl/man5', 'acl.cfg', 'Access Control Configuration', [author], 5),
- ('config/datastore/man5', 'datastore.cfg', 'Datastore Configuration', [author], 5),
+- ('config/domains/man5', 'domains.cfg', 'Realm Configuration', [author], 5),
- ('config/media-pool/man5', 'media-pool.cfg', 'Media Pool Configuration', [author], 5),
- ('config/remote/man5', 'remote.cfg', 'Remote Server Configuration', [author], 5),
- ('config/sync/man5', 'sync.cfg', 'Synchronization Job Configuration', [author], 5),
@@ -38,32 +70,3 @@ index 59f27c42..deeb63bf 100644
]
-diff --git a/docs/Makefile b/docs/Makefile
-index b1ce4f7a..87cfe324 100644
---- a/docs/Makefile
-+++ b/docs/Makefile
-@@ -1,24 +1,9 @@
- include ../defines.mk
-
- GENERATED_SYNOPSIS := \
-- proxmox-tape/synopsis.rst \
- proxmox-backup-client/synopsis.rst \
- proxmox-backup-client/catalog-shell-synopsis.rst \
-- proxmox-backup-manager/synopsis.rst \
-- proxmox-backup-debug/synopsis.rst \
-- proxmox-file-restore/synopsis.rst \
- pxar/synopsis.rst \
-- pmtx/synopsis.rst \
-- pmt/synopsis.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 \
-- config/verification/config.rst \
-- config/acl/roles.rst \
-- config/datastore/config.rst
-
- MAN1_PAGES := \
- pxar.1 \