diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-25 12:00:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-25 12:00:43 +0200 |
commit | 4aa6e7782a1b693a8e4fa1d84c87dd76fe1e536d (patch) | |
tree | 6b0f607a6d283fe6d92609081b786c9d36d13a43 /Makefile.am | |
parent | 013d8a39a6178179080bcfee9122b29cf9d29259 (diff) |
man: document systemd-vconsole-setup.service
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e4fcecbba6..b7fb370c0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2381,7 +2381,13 @@ INSTALL_DATA_HOOKS += \ vconsole-install-data-hook MANPAGES += \ - man/vconsole.conf.5 + man/vconsole.conf.5 \ + man/systemd-vconsole-setup.service.8 + +MANPAGES_ALIAS += \ + man/systemd-vconsole-setup.8 + +man/systemd-vconsole-setup.8: man/systemd-vconsole-setup.service.8 EXTRA_DIST += \ units/systemd-vconsole-setup.service.in |