mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
7ab719e0c1
Original commit message from CVS: info on where doc sources are located
17 lines
327 B
Makefile
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"`
|