gstreamer/Makefile.am
David I. Lehn 7ab719e0c1 info on where doc sources are located
Original commit message from CVS:
info on where doc sources are located
2003-07-09 23:34:01 +00:00

17 lines
327 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 README.docs
CLEANFILES = README NEWS TODO AUTHORS
snap:
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`