[systemd-commits] Makefile.am

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed Mar 13 10:24:51 PDT 2013


 Makefile.am |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 4afb5c73a2ccc43bf9515c815426d9e314d555ab
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Mar 13 13:24:06 2013 -0400

    build-sys: add two new files to EXTRA_DIST
    
    Also move custom-*.xsl EXTRA_DIST additions closer to where
    they are used.

diff --git a/Makefile.am b/Makefile.am
index 3073b0d..a12e57e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -471,8 +471,7 @@ EXTRA_DIST += \
 	units/initrd-cleanup.service.in \
 	units/initrd-udevadm-cleanup-db.service.in \
 	units/initrd-switch-root.service.in \
-	introspect.awk \
-	man/custom-html.xsl
+	introspect.awk
 
 CLEANFILES += \
 	units/console-shell.service.m4 \
@@ -2882,7 +2881,8 @@ systemd_bootchart_SOURCES = \
 	src/bootchart/bootchart.h \
 	src/bootchart/store.c \
 	src/bootchart/store.h \
-	src/bootchart/svg.c
+	src/bootchart/svg.c \
+	src/bootchart/svg.h
 
 systemd_bootchart_LDADD = \
 	libsystemd-shared.la
@@ -3718,6 +3718,10 @@ endef
 
 endif
 
+EXTRA_DIST += \
+	man/custom-html.xsl \
+	man/custom-man.xsl
+
 # ------------------------------------------------------------------------------
 DBUS_PREPROCESS = $(CPP) -P $(CFLAGS) $(DBUS_CFLAGS) -imacros dbus/dbus-protocol.h
 



More information about the systemd-commits mailing list