mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
docs/Makefile.am: the gtk-doc makefile snippet correctly handles the case when ENABLE_GTK_DOC is false, and installs ...
Original commit message from CVS: * docs/Makefile.am: the gtk-doc makefile snippet correctly handles the case when ENABLE_GTK_DOC is false, and installs the prebuilt documentation. So gtk-doc subdirs are unconditionally enabled. Fixes: #349099.
This commit is contained in:
parent
10917cd32c
commit
ffcc7dc992
2 changed files with 8 additions and 13 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-05-13 David Schleef <ds@schleef.org>
|
||||
|
||||
* docs/Makefile.am: the gtk-doc makefile snippet correctly
|
||||
handles the case when ENABLE_GTK_DOC is false, and installs
|
||||
the prebuilt documentation. So gtk-doc subdirs are
|
||||
unconditionally enabled. Fixes: #349099.
|
||||
|
||||
2007-05-13 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/gstutils.h: Reword some documentation.
|
||||
|
|
|
@ -1,15 +1,3 @@
|
|||
if ENABLE_GTK_DOC
|
||||
SUBDIRS_GTK_DOC = gst libs
|
||||
else
|
||||
SUBDIRS_GTK_DOC =
|
||||
endif
|
||||
|
||||
if ENABLE_PLUGIN_DOCS
|
||||
SUBDIRS_PLUGIN_DOCS = plugins
|
||||
else
|
||||
SUBDIRS_PLUGIN_DOCS =
|
||||
endif
|
||||
|
||||
if ENABLE_DOCBOOK
|
||||
SUBDIRS_DOCBOOK = faq manual pwg
|
||||
else
|
||||
|
@ -18,7 +6,7 @@ endif
|
|||
|
||||
BUILT_SOURCES = version.entities
|
||||
|
||||
SUBDIRS = design $(SUBDIRS_DOCBOOK) $(SUBDIRS_GTK_DOC) $(SUBDIRS_PLUGIN_DOCS)
|
||||
SUBDIRS = design gst libs plugins $(SUBDIRS_DOCBOOK)
|
||||
DIST_SUBDIRS = design gst libs plugins faq manual pwg slides xsl
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
Loading…
Reference in a new issue