aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devel')
-rw-r--r--doc/devel/ChangeLog4
-rw-r--r--doc/devel/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog
index c904329f5c..4d90e1e515 100644
--- a/doc/devel/ChangeLog
+++ b/doc/devel/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-22 Ettore Perazzoli <ettore@ximian.com>
+
+ * Makefile.am (HTML_DIR): Version using $(BASE_VERSION).
+
2002-07-17 Peter Williams <peterw@ximian.com>
* calendar/cal-util/Makefile.am (GTKDOC_LIBS): Because we're
diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am
index f8597eccf1..67058268d3 100644
--- a/doc/devel/Makefile.am
+++ b/doc/devel/Makefile.am
@@ -82,7 +82,7 @@ extra_files =
# and uncomment this line.
#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
-HTML_DIR = $(datadir)/gnome/html
+HTML_DIR = $(datadir)/gnome/html/evolution-$(BASE_VERSION)
###########################################################################
# Everything below here is generic and you shouldn't need to change it.