On Mon, 16.06.14 20:54, Filipe Brandenburger ([email protected]) wrote:
This one I have fixed in a different commit already. > This includes the new systemd-journald-dev-log.socket man page introduced in > commit 03ee5c38cb0da and also fixes indentation of EXTRA_DIST with the fix to > make-man-rules.py. > --- > Makefile-man.am | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/Makefile-man.am b/Makefile-man.am > index 03adc7ca2679..1ae058be3084 100644 > --- a/Makefile-man.am > +++ b/Makefile-man.am > @@ -193,6 +193,7 @@ MANPAGES_ALIAS += \ > man/systemd-hybrid-sleep.service.8 \ > man/systemd-initctl.8 \ > man/systemd-initctl.socket.8 \ > + man/systemd-journald-dev-log.socket.8 \ > man/systemd-journald.8 \ > man/systemd-journald.socket.8 \ > man/systemd-kexec.service.8 \ > @@ -295,6 +296,7 @@ man/systemd-hibernate.service.8: > man/systemd-suspend.service.8 > man/systemd-hybrid-sleep.service.8: man/systemd-suspend.service.8 > man/systemd-initctl.8: man/systemd-initctl.service.8 > man/systemd-initctl.socket.8: man/systemd-initctl.service.8 > +man/systemd-journald-dev-log.socket.8: man/systemd-journald.service.8 > man/systemd-journald.8: man/systemd-journald.service.8 > man/systemd-journald.socket.8: man/systemd-journald.service.8 > man/systemd-kexec.service.8: man/systemd-halt.service.8 > @@ -559,6 +561,9 @@ man/systemd-initctl.html: man/systemd-initctl.service.html > man/systemd-initctl.socket.html: man/systemd-initctl.service.html > $(html-alias) > > +man/systemd-journald-dev-log.socket.html: man/systemd-journald.service.html > + $(html-alias) > + > man/systemd-journald.html: man/systemd-journald.service.html > $(html-alias) > > @@ -1472,7 +1477,7 @@ endif > # Really, do not edit this file. > > EXTRA_DIST += \ > - man/binfmt.d.xml \ > + man/binfmt.d.xml \ > man/bootchart.conf.xml \ > man/bootctl.xml \ > man/bootup.xml \ Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
