summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
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 a8d418fda6..4ebc76837e 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -601,6 +601,17 @@ man/systemd-user.conf.html: man/systemd-system.conf.html
$(html-alias)
+if ENABLE_BACKLIGHT
+MANPAGES += \
+ man/systemd-backlight@.service.8
+MANPAGES_ALIAS += \
+ man/systemd-backlight.8
+man/systemd-backlight.8: man/systemd-backlight@.service.8
+man/systemd-backlight.html: man/systemd-backlight@.service.html
+ $(html-alias)
+
+endif
+
if ENABLE_BINFMT
MANPAGES += \
man/binfmt.d.5 \