summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/glib/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 91ae6e432..add41cb5c 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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
diff --git a/docs/reference/glib/Makefile.am b/docs/reference/glib/Makefile.am
index 3d60a712a..1a3e83682 100644
--- a/docs/reference/glib/Makefile.am
+++ b/docs/reference/glib/Makefile.am
@@ -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"