diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-14 04:31:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-14 04:31:49 +0200 |
commit | 3990f247652c3bd41e4ea074e6302277eb9c7aa3 (patch) | |
tree | a374a06aa0c19ef135bf93f47cfc50c76b476c17 /Makefile-man.am | |
parent | 0f4ba83c397e807939a4eb0b2cbd04ad4ab548cc (diff) |
rfkill: add new rfkill tool to save/restore rfkill state across reboots
This works analogous to the existing backlight and random seed services
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index c8a4342396..6c9b790989 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -744,6 +744,17 @@ man/systemd-readahead.html: man/systemd-readahead-replay.service.html endif +if ENABLE_RFKILL +MANPAGES += \ + man/systemd-rfkill@.service.8 +MANPAGES_ALIAS += \ + man/systemd-rfkill.8 +man/systemd-rfkill.8: man/systemd-rfkill@.service.8 +man/systemd-rfkill.html: man/systemd-rfkill@.service.html + $(html-alias) + +endif + if ENABLE_TIMEDATED MANPAGES += \ man/systemd-timedated.service.8 \ |