X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=481423a963fe0c95be804831cce60e98a6b83c0b;hp=9786fa1119816f396a5bd69f716a66a845246e88;hb=2e996f4d4b642c5682c608c9692ad2ffae398ab2;hpb=7c04ad2da1cf08ebf53b9aa9671c8c1dc9577135 diff --git a/Makefile-man.am b/Makefile-man.am index 9786fa111..481423a96 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -64,6 +64,7 @@ MANPAGES += \ man/systemd-nspawn.1 \ man/systemd-remount-fs.service.8 \ man/systemd-shutdownd.service.8 \ + man/systemd-sleep.conf.5 \ man/systemd-suspend.service.8 \ man/systemd-sysctl.service.8 \ man/systemd-system-update-generator.8 \ @@ -185,6 +186,7 @@ MANPAGES_ALIAS += \ man/systemd-sysctl.8 \ man/systemd-tmpfiles-clean.service.8 \ man/systemd-tmpfiles-clean.timer.8 \ + man/systemd-tmpfiles-setup-dev.service.8 \ man/systemd-tmpfiles-setup.service.8 \ man/systemd-udevd-control.socket.8 \ man/systemd-udevd-kernel.socket.8 \ @@ -282,6 +284,7 @@ man/systemd-sleep.8: man/systemd-suspend.service.8 man/systemd-sysctl.8: man/systemd-sysctl.service.8 man/systemd-tmpfiles-clean.service.8: man/systemd-tmpfiles.8 man/systemd-tmpfiles-clean.timer.8: man/systemd-tmpfiles.8 +man/systemd-tmpfiles-setup-dev.service.8: man/systemd-tmpfiles.8 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 @@ -559,6 +562,9 @@ man/systemd-tmpfiles-clean.service.html: man/systemd-tmpfiles.html man/systemd-tmpfiles-clean.timer.html: man/systemd-tmpfiles.html $(html-alias) +man/systemd-tmpfiles-setup-dev.service.html: man/systemd-tmpfiles.html + $(html-alias) + man/systemd-tmpfiles-setup.service.html: man/systemd-tmpfiles.html $(html-alias) @@ -790,6 +796,7 @@ MANPAGES += \ man/sd_uid_get_state.3 \ man/systemd-user-sessions.service.8 MANPAGES_ALIAS += \ + man/sd_get_machine_names.3 \ man/sd_get_sessions.3 \ man/sd_get_uids.3 \ man/sd_login_monitor.3 \ @@ -816,6 +823,7 @@ MANPAGES_ALIAS += \ man/sd_uid_get_sessions.3 \ man/sd_uid_is_on_seat.3 \ man/systemd-user-sessions.8 +man/sd_get_machine_names.3: man/sd_get_seats.3 man/sd_get_sessions.3: man/sd_get_seats.3 man/sd_get_uids.3: man/sd_get_seats.3 man/sd_login_monitor.3: man/sd_login_monitor_new.3 @@ -842,6 +850,9 @@ man/sd_uid_get_seats.3: man/sd_uid_get_state.3 man/sd_uid_get_sessions.3: man/sd_uid_get_state.3 man/sd_uid_is_on_seat.3: man/sd_uid_get_state.3 man/systemd-user-sessions.8: man/systemd-user-sessions.service.8 +man/sd_get_machine_names.html: man/sd_get_seats.html + $(html-alias) + man/sd_get_sessions.html: man/sd_get_seats.html $(html-alias)