diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 32f08edb0d..8f421001c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -704,7 +704,8 @@ XML_DIRECTIVE_FILES = \ man/systemd.exec.xml \ man/systemd.kill.xml \ man/systemd.device.xml \ - man/systemd.conf.xml + man/systemd.conf.xml \ + man/systemd.journal-fields.xml man/systemd.directives.xml: make-directive-index.py $(XML_DIRECTIVE_FILES) $(AM_V_at)$(MKDIR_P) $(dir $@) |