directive-index: add UDEV fields

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2012-09-16 11:11:34 +02:00
parent d9cfd69403
commit e1abd3efab
3 changed files with 13 additions and 2 deletions

View File

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

View File

@ -38,6 +38,15 @@ TEMPLATE = '''\
<variablelist id='unit-directives' />
</refsect1>
<refsect1>
<title>UDEV directives</title>
<para>Directives for configuring systemd units through the
udev database.</para>
<variablelist id='udev-directives' />
</refsect1>
</refentry>
'''
@ -91,6 +100,7 @@ def make_page(xml_files):
"Extract directives from xml_files and return XML index tree."
directive_groups = {name:collections.defaultdict(list)
for name in ['unit-directives',
'udev-directives',
]}
for page in xml_files:
_extract_directives(directive_groups, page)

View File

@ -96,7 +96,7 @@
database (which is recommended). The following udev
properties are understood by systemd:</para>
<variablelist>
<variablelist class='udev-directives'>
<varlistentry>
<term><varname>SYSTEMD_WANTS=</varname></term>
<listitem><para>Adds dependencies of