glib r7606 - in branches/glib-2-18/docs/reference: . glib



Author: matthiasc
Date: Thu Oct 16 19:22:11 2008
New Revision: 7606
URL: http://svn.gnome.org/viewvc/glib?rev=7606&view=rev

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




Modified:
   branches/glib-2-18/docs/reference/ChangeLog
   branches/glib-2-18/docs/reference/glib/Makefile.am

Modified: branches/glib-2-18/docs/reference/glib/Makefile.am
==============================================================================
--- branches/glib-2-18/docs/reference/glib/Makefile.am	(original)
+++ branches/glib-2-18/docs/reference/glib/Makefile.am	Thu Oct 16 19:22:11 2008
@@ -10,7 +10,7 @@
 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]