Don't specify multiple directories in DOC_SOURCE_DIR. It doesn't work.
authorMatthias Clasen <mclasen@redhat.com>
Thu, 16 Oct 2008 19:27:22 +0000 (19:27 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 16 Oct 2008 19:27:22 +0000 (19:27 +0000)
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

docs/reference/ChangeLog
docs/reference/glib/Makefile.am

index 91ae6e4..add41cb 100644 (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
index 3d60a71..1a3e836 100644 (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"