X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=5c289dda2a90a8062238f03944a8e6a4a812bc03;hp=38a395eff958a30d96cf8efd12a39d2985e8e976;hb=206e7a5f7b55ac61188efd895e65ab26e478cbb2;hpb=9546c6ed678bf8fbb93b9be620c9727b0e3d58ae diff --git a/Makefile-man.am b/Makefile-man.am index 38a395eff..5c289dda2 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -74,6 +74,7 @@ MANPAGES += \ man/systemd-machine-id-setup.1 \ man/systemd-notify.1 \ man/systemd-nspawn.1 \ + man/systemd-path.1 \ man/systemd-remount-fs.service.8 \ man/systemd-run.1 \ man/systemd-shutdownd.service.8 \ @@ -87,6 +88,7 @@ MANPAGES += \ man/systemd-tmpfiles.8 \ man/systemd-tty-ask-password-agent.1 \ man/systemd-udevd.service.8 \ + man/systemd-update-done.service.8 \ man/systemd-update-utmp.service.8 \ man/systemd.1 \ man/systemd.automount.5 \ @@ -217,6 +219,7 @@ MANPAGES_ALIAS += \ man/systemd-udevd-control.socket.8 \ man/systemd-udevd-kernel.socket.8 \ man/systemd-udevd.8 \ + man/systemd-update-done.8 \ man/systemd-update-utmp-runlevel.service.8 \ man/systemd-update-utmp.8 \ man/systemd-user.conf.5 @@ -321,6 +324,7 @@ man/systemd-tmpfiles-setup.service.8: man/systemd-tmpfiles.8 man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8 man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8 man/systemd-udevd.8: man/systemd-udevd.service.8 +man/systemd-update-done.8: man/systemd-update-done.service.8 man/systemd-update-utmp-runlevel.service.8: man/systemd-update-utmp.service.8 man/systemd-update-utmp.8: man/systemd-update-utmp.service.8 man/systemd-user.conf.5: man/systemd-system.conf.5 @@ -627,6 +631,9 @@ man/systemd-udevd-kernel.socket.html: man/systemd-udevd.service.html man/systemd-udevd.html: man/systemd-udevd.service.html $(html-alias) +man/systemd-update-done.html: man/systemd-update-done.service.html + $(html-alias) + man/systemd-update-utmp-runlevel.service.html: man/systemd-update-utmp.service.html $(html-alias) @@ -1613,6 +1620,7 @@ EXTRA_DIST += \ man/systemd-networkd.service.xml \ man/systemd-notify.xml \ man/systemd-nspawn.xml \ + man/systemd-path.xml \ man/systemd-quotacheck.service.xml \ man/systemd-random-seed.service.xml \ man/systemd-readahead-replay.service.xml \ @@ -1633,6 +1641,7 @@ EXTRA_DIST += \ man/systemd-tmpfiles.xml \ man/systemd-tty-ask-password-agent.xml \ man/systemd-udevd.service.xml \ + man/systemd-update-done.service.xml \ man/systemd-update-utmp.service.xml \ man/systemd-user-sessions.service.xml \ man/systemd-vconsole-setup.service.xml \