mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
5a8c0a859d
Original commit message from CVS: * configure.ac: 0.10.4.2 pre-release. * docs/Makefile.am: Disable recursion into the plugins docs directory - there's no docs in there anyway, and it breaks distcheck.
14 lines
264 B
Makefile
14 lines
264 B
Makefile
if ENABLE_GTK_DOC
|
||
GTK_DOC_DIRS = # plugins
|
||
else
|
||
GTK_DOC_DIRS =
|
||
endif
|
||
|
||
SUBDIRS = $(GTK_DOC_DIRS)
|
||
DIST_SUBDIRS = # plugins
|
||
|
||
EXTRA_DIST = \
|
||
version.entities.in
|
||
|
||
upload:
|
||
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
|