summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 842bc58..4512e39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-07 Johan Dahlin <johan@gnome.org>
+
+ * Makefile.am (CLEANFILES): Remove pygtk.py, it's not
+ auto-generated any longer. Thanks to Kjartan for noticing.
+
2006-05-07 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* gobject/pygoptioncontext.c:
diff --git a/Makefile.am b/Makefile.am
index c62bde3..0677490 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = gobject . examples tests
PLATFORM_VERSION = 2.0
-CLEANFILES = pygtk.py
+CLEANFILES =
EXTRA_DIST = \
MANIFEST.in \
pygobject-$(PLATFORM_VERSION).pc.in \