gstreamer/Makefile.am
David I. Lehn 2d644219a1 conditionally build docs
Original commit message from CVS:
conditionally build docs
2003-07-09 23:29:30 +00:00

17 lines
315 B
Makefile

if BUILD_DOCS
SUBDIRS_DOCS = docs
else
SUBDIRS_DOCS =
endif
SUBDIRS = gstreamer pkgconfig examples $(SUBDIRS_DOCS)
DIST_SUBDIRS = gstreamer pkgconfig examples docs
EXTRA_DIST = \
gst-python.spec.in gst-python.spec
CLEANFILES = README NEWS TODO AUTHORS
snap:
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`