diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-21 19:29:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-21 19:29:27 +0100 |
commit | ee48647271132188e9ecc3507e62b6c7c7a6c9eb (patch) | |
tree | fcc5a214d1947eb769e23b916d82b06a5923cb2e /Makefile.am | |
parent | eeca220bc280ebbed98bb3fc2c8d63efeccbfca1 (diff) |
man: document locale.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 1ed4054a59..06cd3c55c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -507,7 +507,8 @@ MANPAGES = \ man/systemd.conf.5 \ man/tmpfiles.d.5 \ man/hostname.5 \ - man/vconsole.conf.5 + man/vconsole.conf.5 \ + man/locale.conf.5 MANPAGES_ALIAS = \ man/reboot.8 \ |