mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
put docs last so it's the last to fail
Original commit message from CVS: put docs last so it's the last to fail
This commit is contained in:
parent
a26231e44b
commit
0c5153ffd2
1 changed files with 5 additions and 4 deletions
|
@ -28,17 +28,18 @@ aclocaldir = $(datadir)/aclocal
|
||||||
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
||||||
|
|
||||||
SUBDIRS = include gst libs tools \
|
SUBDIRS = include gst libs tools \
|
||||||
$(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS) \
|
$(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \
|
||||||
pkgconfig po
|
pkgconfig po \
|
||||||
|
$(SUBDIRS_DOCS)
|
||||||
|
|
||||||
# These are all the possible subdirs
|
# These are all the possible subdirs
|
||||||
DIST_SUBDIRS = include libs gst \
|
DIST_SUBDIRS = include libs gst \
|
||||||
tools \
|
tools \
|
||||||
tests testsuite \
|
tests testsuite \
|
||||||
examples \
|
examples \
|
||||||
docs \
|
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
po
|
po \
|
||||||
|
docs
|
||||||
|
|
||||||
EXTRA_DIST = gstreamer.spec.in gst-element-check.m4 \
|
EXTRA_DIST = gstreamer.spec.in gst-element-check.m4 \
|
||||||
configure.ac autogen.sh depcomp \
|
configure.ac autogen.sh depcomp \
|
||||||
|
|
Loading…
Reference in a new issue