diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-21 03:35:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-21 03:35:54 +0200 |
commit | 7cd28a8a2fdf01293b0c07681a5f36f557fe51b4 (patch) | |
tree | ae6ab6bf1dbb32b4fe8e2032f3696ebc4ba553c5 /Makefile.am | |
parent | e8c61d7b7407a3d237b74068397c6405917b968a (diff) |
man: add man page for localectl
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 42c481ed79..d39e3b62ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3183,8 +3183,8 @@ localectl_LDADD = \ bin_PROGRAMS += \ localectl -#MANPAGES += \ -# man/localectl.1 +MANPAGES += \ + man/localectl.1 endif |