X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=make-directive-index.py;h=468ea583fb895ec12b4acea0786533fcf9a9512b;hb=ffafe91b5ae019c699c009c3128ddfe4320a750b;hp=49d1028edb8778b8187a1451c6611b1815788361;hpb=e1abd3efabb95a30d0702ed1c7c33c57bf898297;p=elogind.git diff --git a/make-directive-index.py b/make-directive-index.py index 49d1028ed..468ea583f 100644 --- a/make-directive-index.py +++ b/make-directive-index.py @@ -39,6 +39,15 @@ TEMPLATE = '''\ + + System manager directives + + Directives for configuring the behaviour of the + systemd process. + + + + UDEV directives @@ -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)