From 11901ad59689002aa7bbf598e76617f1cfeebd34 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Jun 2012 00:21:13 +0200 Subject: man: document systemd-shutdownd --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e3a179b314..751511bc46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -490,7 +490,8 @@ MANPAGES = \ man/systemd-inhibit.1 \ man/systemd-remount-fs.service.8 \ man/systemd-update-utmp-runlevel.service.8 \ - man/systemd-initctl.service.8 + man/systemd-initctl.service.8 \ + man/systemd-shutdownd.service.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -502,7 +503,8 @@ MANPAGES_ALIAS = \ man/systemd-remount-fs.8 \ man/systemd-update-utmp-shutdown.service.8 \ man/systemd-update-utmp.8 \ - man/systemd-initctl.8 + man/systemd-initctl.8 \ + man/systemd-shutdownd.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -514,6 +516,7 @@ man/systemd-remount-fs.8: man/systemd-remount-fs.service.8 man/systemd-update-utmp-shutdown.service.8: man/systemd-update-utmp-runlevel.service.8 man/systemd-update-utmp.8: man/systemd-update-utmp-runlevel.service.8 man/systemd-initctl.8: man/systemd-initctl.service.8 +man/systemd-shutdownd.8: man/systemd-shutdownd.service.8 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}} -- cgit v1.2.3-54-g00ecf