diff options
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 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 \ |