summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-27 12:19:35 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-27 12:19:35 +0200
commitd0d6944cdc17295b17875054ac05e667fe496fed (patch)
treebf5b7d8d0f4a58c404f02e30eaadf434318258a0 /Makefile.am
parentca5dc4b67dd6956bea663ade032352a58bf163c6 (diff)
man: document systemd-cryptsetup
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index eb36efdae6..3718fa871e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2608,6 +2608,15 @@ cryptsetup-install-data-hook:
INSTALL_DATA_HOOKS += \
cryptsetup-install-data-hook
+
+MANPAGES += \
+ man/systemd-cryptsetup@.service.8
+
+MANPAGES_ALIAS += \
+ man/systemd-cryptsetup.8
+
+man/systemd-cryptsetup.8: man/systemd-cryptsetup@.service.8
+
endif
# ------------------------------------------------------------------------------