mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
6eafabbcdf
Original commit message from CVS: * configure.ac: * docs/Makefile.am: * docs/plugins/.cvsignore: * docs/plugins/gst-ffmpeg-plugins-docs.sgml: * docs/plugins/gst-ffmpeg-plugins.args: * docs/plugins/gst-ffmpeg-plugins.hierarchy: * docs/plugins/gst-ffmpeg-plugins.interfaces: * docs/plugins/gst-ffmpeg-plugins.prerequisites: * docs/plugins/gst-ffmpeg-plugins.types: * docs/plugins/inspect.stamp: * docs/plugins/inspect/plugin-ffmpeg.xml: * docs/version.entities.in: First step at adding docs
15 lines
287 B
Makefile
15 lines
287 B
Makefile
if ENABLE_GTK_DOC
|
|
GTK_DOC_DIRS = plugins
|
|
else
|
|
GTK_DOC_DIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(GTK_DOC_DIRS)
|
|
DIST_SUBDIRS = plugins
|
|
|
|
EXTRA_DIST = \
|
|
upload.mak \
|
|
version.entities.in
|
|
|
|
upload:
|
|
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
|