diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | docs/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 \ |