chiark / gitweb /
man: this time, fix Documentation= properly
[elogind.git] / Makefile.am
index 84e372f93fa15b9eb0bc480220a5fdb9d5887fd5..55d7e39c29c882fc8a3cb36af4553e19fe5ec90d 100644 (file)
@@ -496,7 +496,8 @@ MANPAGES = \
        man/systemd-halt.service.8 \
        man/systemd-fsck@.service.8 \
        man/systemd-ask-password-console.service.8 \
-       man/systemd-analyze.1
+       man/systemd-analyze.1 \
+       man/systemd-tty-ask-password-agent.1
 
 MANPAGES_ALIAS = \
        man/reboot.8 \
@@ -2607,6 +2608,16 @@ cryptsetup-install-data-hook:
 
 INSTALL_DATA_HOOKS += \
        cryptsetup-install-data-hook
+
+MANPAGES += \
+       man/systemd-cryptsetup@.service.8 \
+       man/crypttab.5
+
+MANPAGES_ALIAS += \
+       man/systemd-cryptsetup.8
+
+man/systemd-cryptsetup.8: man/systemd-cryptsetup@.service.8
+
 endif
 
 # ------------------------------------------------------------------------------