1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-26 10:03:40 +03:00

man: add bootchart.conf to directives index

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-01-14 20:18:36 -05:00
parent 8bae5e6abe
commit 4a431c9ab1
2 changed files with 12 additions and 1 deletions

View File

@ -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 $@)

View File

@ -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)