chiark / gitweb /
man: this time, fix Documentation= properly
[elogind.git] / Makefile.am
index 04ae77519448852399e8838492ef6211d0abde7d..55d7e39c29c882fc8a3cb36af4553e19fe5ec90d 100644 (file)
@@ -495,7 +495,9 @@ MANPAGES = \
        man/systemd-suspend.service.8 \
        man/systemd-halt.service.8 \
        man/systemd-fsck@.service.8 \
-       man/systemd-ask-password-console.service.8
+       man/systemd-ask-password-console.service.8 \
+       man/systemd-analyze.1 \
+       man/systemd-tty-ask-password-agent.1
 
 MANPAGES_ALIAS = \
        man/reboot.8 \
@@ -2606,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
 
 # ------------------------------------------------------------------------------