summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2012-09-16 11:11:34 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2012-09-17 12:42:22 +0200
commite1abd3efabb95a30d0702ed1c7c33c57bf898297 (patch)
treede4c305a2935cbad215d52a2baab236268d64f5d /Makefile.am
parentd9cfd69403d18438d7bafd172d6a0686940c2e30 (diff)
directive-index: add UDEV fields
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b0649e4f0..5a133da46 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 $@)