mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Make docs building dependent on BUILD_DOCS, this appears to be what is intended by configure.ac.
Original commit message from CVS: Make docs building dependent on BUILD_DOCS, this appears to be what is intended by configure.ac.
This commit is contained in:
parent
5c0dd41558
commit
7b38bc69a3
2 changed files with 8 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit d6e219fd076d8f182bd1ee84228b1b85cdb807a6
|
||||
Subproject commit 87e71f9961881079d1d146dcbd08136e3e54d680
|
|
@ -5,7 +5,13 @@ else
|
|||
SUBDIRS_PLUGINS =
|
||||
endif
|
||||
|
||||
SUBDIRS = faq manual pwg gst libs $(SUBDIRS_PLUGINS)
|
||||
if BUILD_DOCS
|
||||
SUBDIRS_DOCS = faq manual pwg gst libs
|
||||
else
|
||||
SUBDIRS_DOCS =
|
||||
endif
|
||||
|
||||
SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS)
|
||||
DIST_SUBDIRS = faq manual pwg gst libs plugins xsl
|
||||
|
||||
EXTRA_DIST = slides manuals.mak
|
||||
|
|
Loading…
Reference in a new issue