docs/Makefile.am: Install docs even when --disable-gtk-doc is disabled. This matches the behavior of gtk+. Fixes #3...

Original commit message from CVS:
* docs/Makefile.am: Install docs even when --disable-gtk-doc
is disabled.  This matches the behavior of gtk+.  Fixes #349099.
This commit is contained in:
David Schleef 2007-05-15 20:14:06 +00:00
parent f8f9935d74
commit bd9d834bd8
2 changed files with 6 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2007-05-15 David Schleef <ds@schleef.org>
* docs/Makefile.am: Install docs even when --disable-gtk-doc
is disabled. This matches the behavior of gtk+. Fixes #349099.
2007-05-15 Wim Taymans <wim@fluendo.com>
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),

View file

@ -1,16 +1,10 @@
if ENABLE_GTK_DOC
GTK_DOC_DIRS = libs
else
GTK_DOC_DIRS =
endif
if ENABLE_PLUGIN_DOCS
PLUGIN_DOCS_DIRS = plugins
else
PLUGIN_DOCS_DIRS =
endif
SUBDIRS = design $(GTK_DOC_DIRS) $(PLUGIN_DOCS_DIRS)
SUBDIRS = design libs $(PLUGIN_DOCS_DIRS)
DIST_SUBDIRS = design libs plugins
EXTRA_DIST = \