summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--README3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45f70f76..39233bd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-18 Gian Mario Tagliaretti <gianmt@gnome.org>
+ * README: mention how to build docs, patch from Björn Lindqvist,
+ fixes #479379.
+
+2007-10-18 Gian Mario Tagliaretti <gianmt@gnome.org>
+
* gtk/gtk-2.12.defs:
(gtk_widget_set_tooltip_window) Allow None in parameter.
diff --git a/README b/README
index 294d6180..30d82321 100644
--- a/README
+++ b/README
@@ -80,6 +80,9 @@ build, it should be as simple as running:
$ make
$ make install
+To build the reference documentation, supply the argument
+"--enable-docs" to configure.
+
If your Python interpreter isn't in the path, or is not called
"python", you can set the PYTHON environment variable to the full path
of the interpreter: