gstreamer/docs/Makefile.am
Thomas Vander Stichele 2b3f876d7c releasing 0.9.4
Original commit message from CVS:
releasing 0.9.4
2005-10-23 22:43:08 +00:00

17 lines
311 B
Makefile

if ENABLE_GTK_DOC
GTK_DOC_DIRS = plugins
else
GTK_DOC_DIRS =
endif
SUBDIRS = $(GTK_DOC_DIRS)
DIST_SUBDIRS = plugins
EXTRA_DIST = \
random/ChangeLog-0.8 \
upload.mak \
version.entities.in
upload:
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi