X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=fc08daa53dfd7a52db02b3f6a360ecee4d742da9;hb=a32f224aafaf47d3489a730259a47ef45781193e;hp=7b8710b0ca904b6a6bb5231413c407812725cf18;hpb=0127336c01198ef210882207d24257cb3752718b;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 7b8710b0c..fc08daa53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -493,7 +493,8 @@ MANPAGES = \ man/systemd-initctl.service.8 \ man/systemd-shutdownd.service.8 \ man/systemd-suspend.service.8 \ - man/systemd-halt.service.8 + man/systemd-halt.service.8 \ + man/systemd-fsck@.service.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -512,7 +513,8 @@ MANPAGES_ALIAS = \ man/systemd-shutdown.8 \ man/systemd-poweroff.service.8 \ man/systemd-reboot.service.8 \ - man/systemd-kexec.service.8 + man/systemd-kexec.service.8 \ + man/systemd-fsck-root.service.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -531,6 +533,7 @@ man/systemd-shutdown.8: man/systemd-halt.service.8 man/systemd-poweroff.service.8: man/systemd-halt.service.8 man/systemd-reboot.service.8: man/systemd-halt.service.8 man/systemd-kexec.service.8: man/systemd-halt.service.8 +man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}} @@ -2461,7 +2464,20 @@ EXTRA_DIST += \ MANPAGES += \ man/sd_readahead.3 \ - man/sd-readahead.7 + man/sd-readahead.7 \ + man/systemd-readahead-replay.service.8 + +MANPAGES_ALIAS += \ + man/systemd-readahead-collect.service.8 \ + man/systemd-readahead-done.service.8 \ + man/systemd-readahead-done.timer.8 \ + man/systemd-readahead.8 + +man/systemd-readahead-collect.service.8: man/systemd-readahead-replay.service.8 +man/systemd-readahead-done.service.8: man/systemd-readahead-replay.service.8 +man/systemd-readahead-done.timer.8: man/systemd-readahead-replay.service.8 +man/systemd-readahead.8: man/systemd-readahead-replay.service.8 + endif # ------------------------------------------------------------------------------