diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2006-05-07 16:19:07 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-05-07 16:19:07 +0000 |
| commit | 34cedb69735c8532f1905582385fb926c5fc6f39 (patch) | |
| tree | d35c60f1e0ce9f09d1724aa9815c10aaa2c73a3a | |
| parent | 72bfb012c90285f7beaa56bc1df41f1daf32a6d3 (diff) | |
Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan for
* Makefile.am (CLEANFILES): Remove pygtk.py, it's not
auto-generated any longer. Thanks to Kjartan for noticing.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 \ |
