summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-10-14 04:31:49 +0200
committerLennart Poettering <lennart@poettering.net>2013-10-14 04:31:49 +0200
commit3990f247652c3bd41e4ea074e6302277eb9c7aa3 (patch)
treea374a06aa0c19ef135bf93f47cfc50c76b476c17 /Makefile-man.am
parent0f4ba83c397e807939a4eb0b2cbd04ad4ab548cc (diff)
downloadsystemd-3990f247652c3bd41e4ea074e6302277eb9c7aa3.tar.gz
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.am11
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 \