Fix problem with glibconfig.h
authorOwen Taylor <otaylor@redhat.com>
Tue, 26 Jun 2001 16:28:50 +0000 (16:28 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 26 Jun 2001 16:28:50 +0000 (16:28 +0000)
Tue Jun 26 12:28:20 2001  Owen Taylor  <otaylor@redhat.com>

        * glib/Makefile.am: Fix problem with glibconfig.h

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

index f24185b..59e0007 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 26 12:28:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/Makefile.am: Fix problem with glibconfig.h
+
 2001-06-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/tmpl/threads.sgml (example): Corrected.
index 7fca34b..40cc16c 100644 (file)
@@ -7,7 +7,7 @@ DOC_MODULE=glib
 DOC_MAIN_SGML_FILE=glib-docs.sgml
 
 # The directory containing the source code. Relative to $(srcdir)
-DOC_SOURCE_DIR=../../../glib
+DOC_SOURCE_DIR=../../..
 
 # Extra options to supply to gtkdoc-scan
 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"