From 818baa5c2ced01898219fe92984e0de6b22eb049 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Wed, 9 Jan 2002 03:03:26 +0000 Subject: [PATCH] Generate m4 and xsl Makefiles Original commit message from CVS: Generate m4 and xsl Makefiles Add xsl dir and *.xsl to dist --- configure.ac | 2 ++ docs/Makefile.am | 2 +- docs/xsl/Makefile.am | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/xsl/Makefile.am diff --git a/configure.ac b/configure.ac index 84288231ce..655a832859 100644 --- a/configure.ac +++ b/configure.ac @@ -692,6 +692,7 @@ dnl testsuite/refcounting/Makefile AC_OUTPUT( Makefile include/Makefile +m4/Makefile gst/Makefile gst/gstversion.h gst/types/Makefile @@ -740,6 +741,7 @@ docs/plugins/Makefile docs/plugins/gstreamer-plugins.types docs/manual/Makefile docs/fwg/Makefile +docs/xsl/Makefile stamp.h gstreamer.pc gstreamer-uninstalled.pc diff --git a/docs/Makefile.am b/docs/Makefile.am index 32ae2c4c88..9d91ff6961 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS_PLUGINS = endif SUBDIRS = manual fwg gst libs $(SUBDIRS_PLUGINS) -DIST_SUBDIRS = manual fwg gst libs plugins +DIST_SUBDIRS = manual fwg gst libs plugins xsl EXTRA_DIST = random slides manuals.mak diff --git a/docs/xsl/Makefile.am b/docs/xsl/Makefile.am new file mode 100644 index 0000000000..655e33e5b3 --- /dev/null +++ b/docs/xsl/Makefile.am @@ -0,0 +1,3 @@ +XSL=$(shell cd $(srcdir) && echo *.xsl) + +EXTRA_DIST = $(XSL)