X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=make-directive-index.py;h=af2d948cd1b696df8f2f635aa27bc58c2b5f80f0;hp=468ea583fb895ec12b4acea0786533fcf9a9512b;hb=924ee2cb0caa0c116ff6cf8c16f54588c4d4a4d8;hpb=ffafe91b5ae019c699c009c3128ddfe4320a750b diff --git a/make-directive-index.py b/make-directive-index.py index 468ea583f..af2d948cd 100644 --- a/make-directive-index.py +++ b/make-directive-index.py @@ -56,6 +56,15 @@ TEMPLATE = '''\ + + + Journal directives + + Directives for configuring the behaviour of the + journald process. + + + ''' @@ -111,6 +120,7 @@ def make_page(xml_files): for name in ['unit-directives', 'udev-directives', 'systemd-directives', + 'journal-directives', ]} for page in xml_files: _extract_directives(directive_groups, page)