chiark / gitweb /
man: add initial version of daemon(7)
[elogind.git] / Makefile.am
index ae83c4a44b4b81e6d94bdd7eca23f768222a0124..fcc3287c5906f12dd45b45312bac50be71e68288 100644 (file)
@@ -168,7 +168,7 @@ EXTRA_DIST = \
        LICENSE \
        README \
        DISTRO_PORTING \
-       src/systemd.pc.in
+       systemd.pc.in
 
 if TARGET_FEDORA
 dist_systemunit_DATA += \
@@ -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
@@ -540,7 +543,8 @@ CLEANFILES = \
        units/session/remote-fs.target \
        units/session/exit.service \
        man/systemd.special.7 \
-       man/systemd.special.html
+       man/systemd.special.html \
+       systemd.pc
 
 if HAVE_VALAC
 CLEANFILES += \