Don't specify multiple directories in DOC_SOURCE_DIR. It doesn't work.

2008-10-16  Matthias Clasen  <mclasen@redhat.com>

        * glib/Makefile.am: Don't specify multiple directories in
        DOC_SOURCE_DIR. It doesn't work.


svn path=/trunk/; revision=7607
This commit is contained in:
Matthias Clasen 2008-10-16 19:27:22 +00:00 committed by Matthias Clasen
parent 5a9b2756e5
commit 094957475a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* glib/Makefile.am: Don't specify multiple directories in
DOC_SOURCE_DIR. It doesn't work.
2008-09-26 Dan Winship <danw@gnome.org>
* glib/tmpl/testing.sgml: Fix lots of typos, document

View File

@ -10,7 +10,7 @@ DOC_MODULE=glib
DOC_MAIN_SGML_FILE=glib-docs.sgml
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../../../glib ../../../gmodule
DOC_SOURCE_DIR=../../..
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"