summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-07-22 11:36:54 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-07-22 11:36:54 +0000
commit1934fdcb05c1f882325ad8ae3514c335725232bf (patch)
treefc99cd0287202bc7a4b70c1e1be71a99f59fb0ed
parent5854a2c3b7832419b3cb953a9864ef72df12f11a (diff)
downloadpygtk-1934fdcb05c1f882325ad8ae3514c335725232bf.tar.gz
make --disable-docs really work
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am5
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8666f7d0..03046839 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-22 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * Makefile.am (SUBDIRS): Make --disable-docs really work.
+
2006-07-22 John Finlay <finlay@moeraki.com>
* gtk/gdk-base.defs (gdk_pixbuf_simple_anim_add_frame)
diff --git a/Makefile.am b/Makefile.am
index 5986c6b1..d47cb106 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,10 @@ if BUILD_GTK
GTK_SUBDIR = gtk
endif
-SUBDIRS = codegen . $(GTK_SUBDIR) docs examples tests
+SUBDIRS = codegen . $(GTK_SUBDIR) examples tests
+if ENABLE_DOCS
+SUBDIRS += docs
+endif
PLATFORM_VERSION = 2.0