From: Zbigniew Jędrzejewski-Szmek Date: Tue, 15 Jan 2013 01:18:36 +0000 (-0500) Subject: man: add bootchart.conf to directives index X-Git-Tag: v198~538 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4a431c9ab1475b38868c9e240a5615739a3d6458 man: add bootchart.conf to directives index --- diff --git a/Makefile.am b/Makefile.am index e10e421d4..05dcc79f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -714,7 +714,8 @@ XML_DIRECTIVE_FILES = \ man/systemd.device.xml \ man/systemd.conf.xml \ man/systemd.journal-fields.xml \ - man/systemd.time.xml + man/systemd.time.xml \ + man/bootchart.conf.xml man/systemd.directives.xml: make-directive-index.py $(XML_DIRECTIVE_FILES) $(AM_V_at)$(MKDIR_P) $(dir $@) diff --git a/make-directive-index.py b/make-directive-index.py index eaf7019a2..b35735e10 100755 --- a/make-directive-index.py +++ b/make-directive-index.py @@ -83,6 +83,15 @@ TEMPLATE = '''\ + + + bootchart.conf directives + + Directives for configuring the behaviour of the + systemd-bootchart process. + + + ''' @@ -139,6 +148,7 @@ def make_page(xml_files): 'udev-directives', 'systemd-directives', 'journal-directives', + 'bootchart-directives', ]} for page in xml_files: _extract_directives(directive_groups, page)