X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=55d7e39c29c882fc8a3cb36af4553e19fe5ec90d;hp=04ae77519448852399e8838492ef6211d0abde7d;hb=c48754ab3d0fa71bb4ac671a22ad25fa392a32e1;hpb=7df46b2af58d171665fe99073188f91d567f2696 diff --git a/Makefile.am b/Makefile.am index 04ae77519..55d7e39c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 # ------------------------------------------------------------------------------