build-sys: add two new files to EXTRA_DIST

Also move custom-*.xsl EXTRA_DIST additions closer to where
they are used.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-03-13 13:24:06 -04:00
parent 946f182575
commit 4afb5c73a2
1 changed files with 7 additions and 3 deletions

View File

@ -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