diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-25 23:55:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-25 23:55:35 +0200 |
commit | 62ce62123dcbb667f0982a8ecc7d2d53ea6b92ce (patch) | |
tree | 5cd859d4fbbd234c3760519dea9f8341845db4c2 /Makefile.am | |
parent | 0315fe37461972f36a3ba8ee4fcd73d6dce3c807 (diff) |
man: document localed
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3dad313347..5c7405373d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2645,6 +2645,14 @@ localed-install-data-hook: INSTALL_DATA_HOOKS += \ localed-install-data-hook +MANPAGES += \ + man/systemd-localed.service.8 + +MANPAGES_ALIAS += \ + man/systemd-localed.8 + +man/systemd-localed.8: man/systemd-localed.service.8 + EXTRA_DIST += \ units/systemd-localed.service.in |