diff --git a/doc/Makefile.am b/doc/Makefile.am index 228de4f3..734937f6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -108,7 +108,7 @@ include $(top_srcdir)/gtk-doc.make man1_MANS = if ENABLE_GTK_DOC -man1_MANS += ostree.1 ostree.repo.5 ostree.repo-config.5 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 ostree-admin-status.1 ostree-admin-switch.1 ostree-admin-undeploy.1 ostree-admin-upgrade.1 ostree-admin.1 ostree-cat.1 ostree-checkout.1 ostree-checksum.1 ostree-commit.1 ostree-config.1 ostree-diff.1 ostree-fsck.1 ostree-init.1 ostree-log.1 ostree-ls.1 ostree-prune.1 ostree-pull-local.1 ostree-pull.1 ostree-refs.1 ostree-remote.1 ostree-reset.1 ostree-rev-parse.1 ostree-show.1 ostree-static-delta.1 ostree-trivial-httpd.1 +man1_MANS += ostree.1 ostree.repo.5 ostree.repo-config.5 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 ostree-admin-status.1 ostree-admin-switch.1 ostree-admin-undeploy.1 ostree-admin-upgrade.1 ostree-admin.1 ostree-cat.1 ostree-checkout.1 ostree-checksum.1 ostree-commit.1 ostree-config.1 ostree-diff.1 ostree-fsck.1 ostree-init.1 ostree-log.1 ostree-ls.1 ostree-prune.1 ostree-pull-local.1 ostree-pull.1 ostree-refs.1 ostree-remote.1 ostree-reset.1 ostree-rev-parse.1 ostree-show.1 ostree-summary.1 ostree-static-delta.1 ostree-trivial-httpd.1 XSLTPROC_FLAGS = \ diff --git a/doc/ostree-summary.xml b/doc/ostree-summary.xml new file mode 100644 index 00000000..f19074fc --- /dev/null +++ b/doc/ostree-summary.xml @@ -0,0 +1,81 @@ + + + + + + + + + ostree summary + OSTree + + + + Developer + Colin + Walters + walters@verbum.org + + + + + + ostree summary + 1 + + + + ostree-summary + Regenerate the summary metadata file + + + + + ostree summary OPTIONS + + + + + Description + + + The summary file is an optional higher + level form of repository metadata that describes the + available branches. It needs to be manually regenerated after + a series of commits. Among other things, this allows atomically + updating multiple commits. + + + + + Options + + + + + + + Update the summary file. + + + + + diff --git a/doc/ostree.xml b/doc/ostree.xml index 00ca7f74..5a93be69 100644 --- a/doc/ostree.xml +++ b/doc/ostree.xml @@ -384,6 +384,14 @@ Boston, MA 02111-1307, USA. + + ostree-summary1 + + +  Regenerate the repository summary metadata. + + + ostree-trivial-httpd1