diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-09-16 11:11:34 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-09-17 12:42:22 +0200 |
commit | e1abd3efabb95a30d0702ed1c7c33c57bf898297 (patch) | |
tree | de4c305a2935cbad215d52a2baab236268d64f5d /Makefile.am | |
parent | d9cfd69403d18438d7bafd172d6a0686940c2e30 (diff) |
directive-index: add UDEV fields
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 $@) |