X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=751511bc468ec8ae35cecb21efff8c20ee69b807;hb=0c7f15b3a95c3596a4756de5c44eb1fdcd0034fc;hp=3dad313347d3b21ecba2bf46af4c0bb2f2ec9091;hpb=83620960d6f385fcd0cf2a17f70bcb7a8e3eafa9;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 3dad31334..751511bc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -489,7 +489,9 @@ MANPAGES = \ man/journalctl.1 \ man/systemd-inhibit.1 \ man/systemd-remount-fs.service.8 \ - man/systemd-update-utmp-runlevel.service.8 + man/systemd-update-utmp-runlevel.service.8 \ + man/systemd-initctl.service.8 \ + man/systemd-shutdownd.service.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -500,7 +502,9 @@ MANPAGES_ALIAS = \ man/systemd-journald.8 \ man/systemd-remount-fs.8 \ man/systemd-update-utmp-shutdown.service.8 \ - man/systemd-update-utmp.8 + man/systemd-update-utmp.8 \ + man/systemd-initctl.8 \ + man/systemd-shutdownd.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -511,6 +515,8 @@ man/systemd-journald.8: man/systemd-journald.service.8 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)}}}}} @@ -2595,6 +2601,14 @@ hostnamed-install-data-hook: INSTALL_DATA_HOOKS += \ hostnamed-install-data-hook +MANPAGES += \ + man/systemd-hostnamed.service.8 + +MANPAGES_ALIAS += \ + man/systemd-hostnamed.8 + +man/systemd-hostnamed.8: man/systemd-hostnamed.service.8 + EXTRA_DIST += \ units/systemd-hostnamed.service.in endif @@ -2645,6 +2659,14 @@ localed-install-data-hook: INSTALL_DATA_HOOKS += \ localed-install-data-hook +MANPAGES += \ + man/systemd-localed.service.8 + +MANPAGES_ALIAS += \ + man/systemd-localed.8 + +man/systemd-localed.8: man/systemd-localed.service.8 + EXTRA_DIST += \ units/systemd-localed.service.in