summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-22 02:42:10 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-22 02:42:10 +0200
commit64aba792f7d2af56ba5308518a270490f85f3b8b (patch)
tree853ed3d1f8cafc52d9634c021bc1dd9d5aa5af56 /Makefile.am
parent64ca679e695ac0c3adb7baa61286367647693373 (diff)
man: add initial version of daemon(7)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 6cdacbe02b..fcc3287c59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -307,14 +307,16 @@ EXTRA_DIST += \
dist_man_MANS = \
man/systemd.unit.5 \
- man/systemd.service.5
+ man/systemd.service.5 \
+ man/daemon.7
nodist_man_MANS = \
man/systemd.special.7
dist_noinst_DATA = \
man/systemd.unit.html \
- man/systemd.service.html
+ man/systemd.service.html \
+ man/daemon.html
nodist_noinst_DATA = \
man/systemd.special.html
@@ -324,7 +326,8 @@ EXTRA_DIST += \
man/systemd.service.xml \
man/systemd.special.xml.in \
man/systemd.special.7.in \
- man/systemd.special.html.in
+ man/systemd.special.html.in \
+ man/daemon.xml
systemd_SOURCES = \
src/main.c