2006-06-16 10:56:24 +00:00
|
|
|
if ENABLE_PLUGIN_DOCS
|
|
|
|
PLUGIN_DOCS_DIRS = plugins
|
2005-08-30 19:24:03 +00:00
|
|
|
else
|
2006-06-16 10:56:24 +00:00
|
|
|
PLUGIN_DOCS_DIRS =
|
2005-08-30 19:24:03 +00:00
|
|
|
endif
|
|
|
|
|
2006-06-16 10:56:24 +00:00
|
|
|
SUBDIRS = $(PLUGIN_DOCS_DIRS)
|
2005-08-30 19:24:03 +00:00
|
|
|
DIST_SUBDIRS = plugins
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
add docs to build
Original commit message from CVS:
* Makefile.am:
* configure.ac:
add docs to build
* common/plugins.xsl:
wrap Description into a refsect2
* docs/Makefile.am:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* gst/goom/Makefile.am:
* gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
(gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
(gst_goom_sink_setcaps), (gst_goom_src_setcaps),
(gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
(gst_goom_change_state):
* gst/goom/gstgoom.h:
GstGOOM -> GstGoom
add an example launch line
* gst/level/gstlevel.h:
* gst/monoscope/gstmonoscope.c:
cleanups
2005-09-01 17:55:14 +00:00
|
|
|
random/ChangeLog-0.8 \
|
2005-08-30 19:24:03 +00:00
|
|
|
version.entities.in
|
|
|
|
|
2005-10-23 22:43:08 +00:00
|
|
|
upload:
|
|
|
|
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
|