From 4a431c9ab1475b38868c9e240a5615739a3d6458 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 14 Jan 2013 20:18:36 -0500 Subject: man: add bootchart.conf to directives index --- make-directive-index.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'make-directive-index.py') diff --git a/make-directive-index.py b/make-directive-index.py index eaf7019a2b..b35735e109 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) -- cgit v1.2.3-54-g00ecf