summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-10-16 19:27:22 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-10-16 19:27:22 +0000
commit094957475ae9b159c849b7bb30483c6304c2343c (patch)
treef9b06634ad93014a0fd5e197f5b4a8115925a014 /docs
parent5a9b2756e5ebf8e2ed1fbfe2943254e77c8b810b (diff)
downloadglib-094957475ae9b159c849b7bb30483c6304c2343c.tar.gz
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
Diffstat (limited to 'docs')
-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"