Generate m4 and xsl Makefiles
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 9 Jan 2002 03:03:26 +0000 (03:03 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 9 Jan 2002 03:03:26 +0000 (03:03 +0000)
Original commit message from CVS:
Generate m4 and xsl Makefiles
Add xsl dir and *.xsl to dist

configure.ac
docs/Makefile.am
docs/xsl/Makefile.am [new file with mode: 0644]

index 8428823..655a832 100644 (file)
@@ -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
index 32ae2c4..9d91ff6 100644 (file)
@@ -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 (file)
index 0000000..655e33e
--- /dev/null
@@ -0,0 +1,3 @@
+XSL=$(shell cd $(srcdir) && echo *.xsl)
+
+EXTRA_DIST = $(XSL)