summaryrefslogtreecommitdiff
path: root/make-directive-index.py
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-14 20:18:36 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-15 11:30:41 -0500
commit4a431c9ab1475b38868c9e240a5615739a3d6458 (patch)
tree029c4aca8b0d118f784d9f5ea21891a977399e8f /make-directive-index.py
parent8bae5e6abeca9ec2beb6d6e6b14a558283e895c9 (diff)
man: add bootchart.conf to directives index
Diffstat (limited to 'make-directive-index.py')
-rwxr-xr-xmake-directive-index.py10
1 files changed, 10 insertions, 0 deletions
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 = '''\
<variablelist id='journal-directives' />
</refsect1>
+
+ <refsect1>
+ <title>bootchart.conf directives</title>
+
+ <para>Directives for configuring the behaviour of the
+ systemd-bootchart process.</para>
+
+ <variablelist id='bootchart-directives' />
+ </refsect1>
</refentry>
'''
@@ -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)