gstreamer/docs/Makefile.am
Christian Schaller c1c570fcda fix build/disting
Original commit message from CVS:
fix build/disting
2004-12-22 10:48:12 +00:00

15 lines
289 B
Makefile

if BUILD_DOCS
SUBDIRS_DOCS = libs
else
SUBDIRS_DOCS =
endif
SUBDIRS = $(SUBDIRS_DOCS)
DIST_SUBDIRS = libs
EXTRA_DIST = \
upload.mak \
version.entities.in
#upload:
# @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi