From 38e19f93501d5a23d2176be30eea82e1be999f3d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 14 Aug 2013 03:11:30 +0200 Subject: man: add man page for systemd-backlight@.service --- Makefile-man.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile-man.am') 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 \ -- cgit v1.2.3-54-g00ecf