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 b0649e4f03..5a133da466 100644 --- a/Makefile.am +++ b/Makefile.am @@ -701,7 +701,8 @@ XML_DIRECTIVE_FILES = \ man/systemd.path.xml \ man/systemd.timer.xml \ man/systemd.snapshot.xml \ - man/systemd.exec.xml + man/systemd.exec.xml \ + man/systemd.device.xml man/systemd.directives.xml: make-directive-index.py $(XML_DIRECTIVE_FILES) $(AM_V_at)$(MKDIR_P) $(dir $@) |