chiark / gitweb /
man: add bootchart.conf to directives index
[elogind.git] / make-directive-index.py
index eaf7019a2b343efdcbb1d86ebc61300a604ac3fd..b35735e1097ad697049303709ea2556c10a3023c 100755 (executable)
@@ -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)