mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
19 lines
310 B
Makefile
19 lines
310 B
Makefile
if BUILD_DOCS
|
|
SUBDIRS_DOCS = docs
|
|
else
|
|
SUBDIRS_DOCS =
|
|
endif
|
|
|
|
UNCONDDIRS = examples gst pkgconfig testsuite
|
|
SUBDIRS = \
|
|
$(UNCONDDIRS) \
|
|
$(SUBDIRS_DOCS)
|
|
DIST_SUBDIRS = $(UNCONDDIRS) docs
|
|
|
|
EXTRA_DIST = \
|
|
gst-python.spec.in \
|
|
gst-python.spec \
|
|
README-docs \
|
|
RELEASE
|
|
|
|
include $(top_srcdir)/common/release.mak
|