gstreamer/docs/Makefile.am
Thomas Vander Stichele 99bc490250 releasing 0.9.4
Original commit message from CVS:
releasing 0.9.4
2005-10-23 22:34:38 +00:00

16 lines
297 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 = \
upload.mak \
version.entities.in
upload:
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi