summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-24 03:09:36 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-24 03:09:36 +0200
commit7874bcd6028d1efbb4451c8b5cf5b2ac8d77af74 (patch)
treed928d82eda931afa6833dded25b701b0f8c9f6ed /Makefile.am
parent5ec7ed4ec693cd69bdc329c38b220d2462df5eba (diff)
man: extend manual page documentation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b650daba06..91e66fdaee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -319,7 +319,9 @@ dist_man_MANS = \
man/halt.8 \
man/shutdown.8 \
man/systemd-install.1 \
- man/pam_systemd.8
+ man/pam_systemd.8 \
+ man/systemadm.1 \
+ man/systemctl.1
nodist_man_MANS = \
man/systemd.special.7
@@ -339,7 +341,9 @@ dist_noinst_DATA = \
man/halt.html \
man/shutdown.html \
man/systemd-install.html \
- man/pam_systemd.html
+ man/pam_systemd.html \
+ man/systemadm.html \
+ man/systemctl.html
nodist_noinst_DATA = \
man/systemd.special.html
@@ -362,7 +366,9 @@ EXTRA_DIST += \
man/halt.xml \
man/shutdown.xml \
man/systemd-install.xml \
- man/pam_systemd.xml
+ man/pam_systemd.xml \
+ man/systemadm.xml \
+ man/systemctl.xml
systemd_SOURCES = \
src/main.c