mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
a7458ceea9
Original commit message from CVS: use common upload.mak
14 lines
276 B
Makefile
14 lines
276 B
Makefile
if ENABLE_GTK_DOC
|
|
GTK_DOC_DIRS = libs plugins
|
|
else
|
|
GTK_DOC_DIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(GTK_DOC_DIRS)
|
|
DIST_SUBDIRS = libs 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
|