diff options
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 $@) |