Generate m4 and xsl Makefiles

Original commit message from CVS:
Generate m4 and xsl Makefiles
Add xsl dir and *.xsl to dist
This commit is contained in:
David I. Lehn 2002-01-09 03:03:26 +00:00
parent 97bdeecdc7
commit 818baa5c2c
3 changed files with 6 additions and 1 deletions

View file

@ -692,6 +692,7 @@ dnl testsuite/refcounting/Makefile
AC_OUTPUT( AC_OUTPUT(
Makefile Makefile
include/Makefile include/Makefile
m4/Makefile
gst/Makefile gst/Makefile
gst/gstversion.h gst/gstversion.h
gst/types/Makefile gst/types/Makefile
@ -740,6 +741,7 @@ docs/plugins/Makefile
docs/plugins/gstreamer-plugins.types docs/plugins/gstreamer-plugins.types
docs/manual/Makefile docs/manual/Makefile
docs/fwg/Makefile docs/fwg/Makefile
docs/xsl/Makefile
stamp.h stamp.h
gstreamer.pc gstreamer.pc
gstreamer-uninstalled.pc gstreamer-uninstalled.pc

View file

@ -6,7 +6,7 @@ SUBDIRS_PLUGINS =
endif endif
SUBDIRS = manual fwg gst libs $(SUBDIRS_PLUGINS) 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 EXTRA_DIST = random slides manuals.mak

3
docs/xsl/Makefile.am Normal file
View file

@ -0,0 +1,3 @@
XSL=$(shell cd $(srcdir) && echo *.xsl)
EXTRA_DIST = $(XSL)