directive-index: system manager directives

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2012-08-10 19:14:30 +02:00
parent e1abd3efab
commit ffafe91b5a
3 changed files with 14 additions and 2 deletions

View File

@ -702,7 +702,9 @@ XML_DIRECTIVE_FILES = \
man/systemd.timer.xml \
man/systemd.snapshot.xml \
man/systemd.exec.xml \
man/systemd.device.xml
man/systemd.kill.xml \
man/systemd.device.xml \
man/systemd.conf.xml
man/systemd.directives.xml: make-directive-index.py $(XML_DIRECTIVE_FILES)
$(AM_V_at)$(MKDIR_P) $(dir $@)

View File

@ -39,6 +39,15 @@ TEMPLATE = '''\
<variablelist id='unit-directives' />
</refsect1>
<refsect1>
<title>System manager directives</title>
<para>Directives for configuring the behaviour of the
systemd process.</para>
<variablelist id='systemd-directives' />
</refsect1>
<refsect1>
<title>UDEV directives</title>
@ -101,6 +110,7 @@ def make_page(xml_files):
directive_groups = {name:collections.defaultdict(list)
for name in ['unit-directives',
'udev-directives',
'systemd-directives',
]}
for page in xml_files:
_extract_directives(directive_groups, page)

View File

@ -69,7 +69,7 @@
<para>All options are configured in the
<literal>[Manager]</literal> section:</para>
<variablelist>
<variablelist class='systemd-directives'>
<varlistentry>
<term><varname>LogLevel=</varname></term>