diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-21 19:12:44 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-21 19:12:44 +0100 |
commit | eeca220bc280ebbed98bb3fc2c8d63efeccbfca1 (patch) | |
tree | 9c0c509b30798d67bcb6f7710372bf362f05be73 /Makefile.am | |
parent | 6a7e63eff2a03be705342f6c33d2aada01a9f544 (diff) |
man: document /etc/vconsole.conf
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 2e6b978b38..1ed4054a59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -506,7 +506,8 @@ MANPAGES = \ man/pam_systemd.8 \ man/systemd.conf.5 \ man/tmpfiles.d.5 \ - man/hostname.5 + man/hostname.5 \ + man/vconsole.conf.5 MANPAGES_ALIAS = \ man/reboot.8 \ |