[systemd-devel] [PATCH 4/9] build-sys: regenerate Makefile-man.am

Filipe Brandenburger filbranden at google.com
Mon Jun 16 20:54:49 PDT 2014


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 \
-- 
1.9.3



More information about the systemd-devel mailing list