]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/make-directive-index.py
final v236 update (#7649)
[thirdparty/systemd.git] / tools / make-directive-index.py
index 8091683feed9a572dcf1ec5adc1c9b6d4f539b4d..fb2b0b7c6fde6c8e4bfeb21f600fbb0f77547467 100755 (executable)
@@ -1,4 +1,6 @@
+#!/usr/bin/env python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
+# SPDX-License-Identifier: LGPL-2.1+
 #
 #  This file is part of systemd.
 #
@@ -20,7 +22,7 @@
 import sys
 import collections
 import re
-from xml_helper import *
+from xml_helper import xml_parse, xml_print, tree
 from copy import deepcopy
 
 TEMPLATE = '''\
@@ -131,15 +133,6 @@ TEMPLATE = '''\
                 <variablelist id='systemd-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>
-
         <refsect1>
                 <title>command line options</title>