From 4a431c9ab1475b38868c9e240a5615739a3d6458 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 14 Jan 2013 20:18:36 -0500 Subject: [PATCH] man: add bootchart.conf to directives index --- Makefile.am | 3 ++- make-directive-index.py | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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) -- 2.30.2