diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-08 17:57:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-08 17:57:17 +0200 |
commit | f3bc7fdc7bf47193a9f8618a7d22a6ceec2df6f7 (patch) | |
tree | 9894922f0408d9f48140754f855ff75e860ec48c /Makefile.am | |
parent | b21a0ef8fc3d78ca3cc9d08e8ec8e41705d9902e (diff) |
man: add man page for ask-password
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2f08ceb173..6a5c491bf1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -572,7 +572,8 @@ MANPAGES = \ man/os-release.5 \ man/modules-load.d.5 \ man/binfmt.d.5 \ - man/sysctl.d.5 + man/sysctl.d.5 \ + man/systemd-ask-password.1 MANPAGES_ALIAS = \ man/reboot.8 \ |