diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-08-10 19:14:30 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-09-17 12:42:22 +0200 |
commit | ffafe91b5ae019c699c009c3128ddfe4320a750b (patch) | |
tree | e2e599921d9e7d76fbbfb124fdb892badee6e584 /Makefile.am | |
parent | e1abd3efabb95a30d0702ed1c7c33c57bf898297 (diff) |
directive-index: system manager directives
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5a133da466..32f08edb0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 $@) |