mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
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:
parent
97bdeecdc7
commit
818baa5c2c
3 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
3
docs/xsl/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
XSL=$(shell cd $(srcdir) && echo *.xsl)
|
||||||
|
|
||||||
|
EXTRA_DIST = $(XSL)
|
Loading…
Reference in a new issue