gstreamer/docs/Makefile.am
Thomas Vander Stichele 0700ab93ab use common/upload-doc.mak
Original commit message from CVS:
use common/upload-doc.mak
2006-02-01 08:26:00 +00:00

14 lines
266 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