From 8032e89d33f7d0505a9953546ccf567444166603 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Fri, 8 Apr 2022 16:51:59 -0600 Subject: [PATCH] man: Create an HTML index This provides something that can serve at the root of the HTML man pages tree. --- Makefile-man.am | 5 +- man/index.xml | 202 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 206 insertions(+), 1 deletion(-) create mode 100644 man/index.xml diff --git a/Makefile-man.am b/Makefile-man.am index 3f941bed..5c7f2413 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -19,6 +19,8 @@ if ENABLE_MAN +# If you add a new man page here, add a reference to it in index.xml and +# ostree.xml. man1_files = ostree.1 ostree-admin-cleanup.1 \ ostree-admin-config-diff.1 ostree-admin-deploy.1 \ ostree-admin-init-fs.1 ostree-admin-instutil.1 ostree-admin-os-init.1 \ @@ -53,6 +55,7 @@ man1_MANS = $(addprefix man/,$(man1_files)) man5_MANS = $(addprefix man/,$(man5_files)) manhtml_files = \ + man/html/index.html \ $(addprefix man/html/,$(man1_files:.1=.html)) \ $(addprefix man/html/,$(man5_files:.5=.html)) \ $(NULL) @@ -65,7 +68,7 @@ manhtml: $(manhtml_files) .PHONY: manhtml endif -EXTRA_DIST += $(man1_MANS:.1=.xml) $(man5_MANS:.5=.xml) +EXTRA_DIST += man/index.xml $(man1_MANS:.1=.xml) $(man5_MANS:.5=.xml) XSLT_MAN_STYLESHEET = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl XSLT_HTML_STYLESHEET = man/html.xsl diff --git a/man/index.xml b/man/index.xml new file mode 100644 index 00000000..e20ae871 --- /dev/null +++ b/man/index.xml @@ -0,0 +1,202 @@ + + + + + + + OSTree Manual + + + ostree1 + + + + ostree-admin-cleanup1 + + + + ostree-admin-config-diff1 + + + + ostree-admin-deploy1 + + + + ostree-admin-init-fs1 + + + + ostree-admin-instutil1 + + + + ostree-admin-os-init1 + + + + ostree-admin-pin1 + + + + ostree-admin-set-origin1 + + + + ostree-admin-status1 + + + + ostree-admin-switch1 + + + + ostree-admin-undeploy1 + + + + ostree-admin-unlock1 + + + + ostree-admin-upgrade1 + + + + ostree-admin1 + + + + ostree-cat1 + + + + ostree-checkout1 + + + + ostree-checksum1 + + + + ostree-commit1 + + + + ostree-config1 + + + + ostree-create-usb1 + + + + ostree-diff1 + + + + ostree-export1 + + + + ostree-find-remotes1 + + + + ostree-fsck1 + + + + ostree-gpg-sign1 + + + + ostree-init1 + + + + ostree-log1 + + + + ostree-ls1 + + + + ostree-prune1 + + + + ostree-pull-local1 + + + + ostree-pull1 + + + + ostree-refs1 + + + + ostree-remote1 + + + + ostree.repo-config5 + + + + ostree.repo5 + + + + ostree-reset1 + + + + ostree-rev-parse1 + + + + ostree-show1 + + + + ostree-sign1 + + + + ostree-static-delta1 + + + + ostree-summary1 + + + + ostree-trivial-httpd1 + + + + rofiles-fuse1 + +