X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile-man.am;h=bdfecb3db5a22c28ffe0fe0edc398070c35bf0cd;hb=2dc38ed00fe5c9179721411ba068b53ea127d476;hp=381194929695f060a39500c2d74e81c3bc04a78d;hpb=e7176abbe818c75c6acd90227a7a84c3e05fee31;p=elogind.git diff --git a/Makefile-man.am b/Makefile-man.am index 381194929..bdfecb3db 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -48,6 +48,7 @@ MANPAGES += \ man/systemd-analyze.1 \ man/systemd-ask-password-console.service.8 \ man/systemd-ask-password.1 \ + man/systemd-bus-proxyd.8 \ man/systemd-cat.1 \ man/systemd-cgls.1 \ man/systemd-cgtop.1 \ @@ -156,6 +157,7 @@ MANPAGES_ALIAS += \ man/sd_journal_get_monotonic_usec.3 \ man/sd_journal_get_timeout.3 \ man/sd_journal_next_skip.3 \ + man/sd_journal_open_container.3 \ man/sd_journal_open_directory.3 \ man/sd_journal_open_files.3 \ man/sd_journal_perror.3 \ @@ -258,6 +260,7 @@ man/sd_journal_get_events.3: man/sd_journal_get_fd.3 man/sd_journal_get_monotonic_usec.3: man/sd_journal_get_realtime_usec.3 man/sd_journal_get_timeout.3: man/sd_journal_get_fd.3 man/sd_journal_next_skip.3: man/sd_journal_next.3 +man/sd_journal_open_container.3: man/sd_journal_open.3 man/sd_journal_open_directory.3: man/sd_journal_open.3 man/sd_journal_open_files.3: man/sd_journal_open.3 man/sd_journal_perror.3: man/sd_journal_print.3 @@ -464,6 +467,9 @@ man/sd_journal_get_timeout.html: man/sd_journal_get_fd.html man/sd_journal_next_skip.html: man/sd_journal_next.html $(html-alias) +man/sd_journal_open_container.html: man/sd_journal_open.html + $(html-alias) + man/sd_journal_open_directory.html: man/sd_journal_open.html $(html-alias) @@ -678,6 +684,17 @@ man/systemd-hostnamed.html: man/systemd-hostnamed.service.html endif +if ENABLE_KDBUS +MANPAGES += \ + man/systemd-bus-proxyd@.service.8 +MANPAGES_ALIAS += \ + man/systemd-bus-proxyd.socket.8 +man/systemd-bus-proxyd.socket.8: man/systemd-bus-proxyd@.service.8 +man/systemd-bus-proxyd.socket.html: man/systemd-bus-proxyd@.service.html + $(html-alias) + +endif + if ENABLE_LOCALED MANPAGES += \ man/localectl.1 \