summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--docs/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df66d0c..0b213ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-18 Johan Dahlin <johan@gnome.org>
+
+ * docs/Makefile.am (HTMLdir): Install book in $datadir/gtk-doc/html
+
2006-07-13 Johan Dahlin <jdahlin@async.com.br>
* gobject/gobjectmodule.c: (pyg_type_from_name),
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ac3da2a..2295387 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -22,7 +22,7 @@ XSLFILES = \
XSLdir = $(datadir)/pygobject/xsl
XSL_DATA = $(XSLFILES)
-HTMLdir = $(datadir)/devhelp/books/pygobject
+HTMLdir = $(datadir)/gtk-doc/html/pygobject
HTML_DATA = \
html/class-gobjectgboxed.html \
html/class-gobjectginterface.html \