X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=239dc6304a6a835cad089f7f1daf3d41aac710a3;hb=f5ccf26ded1fd7c3d5d9c7b6615236ae051b4a34;hp=04ae77519448852399e8838492ef6211d0abde7d;hpb=7df46b2af58d171665fe99073188f91d567f2696;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 04ae77519..239dc6304 100644 --- a/Makefile.am +++ b/Makefile.am @@ -495,7 +495,11 @@ 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 \ + man/systemd-getty-generator.8 \ + man/systemd-system-update-generator.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -2606,6 +2610,17 @@ cryptsetup-install-data-hook: INSTALL_DATA_HOOKS += \ cryptsetup-install-data-hook + +MANPAGES += \ + man/systemd-cryptsetup@.service.8 \ + man/systemd-cryptsetup-generator.8 \ + man/crypttab.5 + +MANPAGES_ALIAS += \ + man/systemd-cryptsetup.8 + +man/systemd-cryptsetup.8: man/systemd-cryptsetup@.service.8 + endif # ------------------------------------------------------------------------------