diff options
author | Holger Freyther <zecke@selfish.org> | 2008-03-12 07:35:57 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-03-12 07:35:57 +0000 |
commit | d127e89cd5d287101317289f1f24a1a95589d7e4 (patch) | |
tree | beca9bbced49b7bc01396fbaa55724144cae13d9 /packages/python/python-pygtk/nodocs.patch | |
parent | d6aa69cc80b27e63f4f77420532b4ed83af7c2a3 (diff) | |
parent | 77b4afc360d84af02638eeb39ff2c2e31eed2fc0 (diff) |
merge of '5f0840d886de3702b9da184050476e21ca104094'
and 'ec78a24debd2c3f06ca663b06355fc91c2bd291f'
Diffstat (limited to 'packages/python/python-pygtk/nodocs.patch')
-rw-r--r-- | packages/python/python-pygtk/nodocs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-pygtk/nodocs.patch b/packages/python/python-pygtk/nodocs.patch new file mode 100644 index 0000000000..9b2387e959 --- /dev/null +++ b/packages/python/python-pygtk/nodocs.patch @@ -0,0 +1,13 @@ +Index: pygtk-2.10.4/Makefile.am +=================================================================== +--- pygtk-2.10.4.orig/Makefile.am ++++ pygtk-2.10.4/Makefile.am +@@ -4,7 +4,7 @@ if BUILD_GTK + GTK_SUBDIR = gtk + endif + +-SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs ++SUBDIRS = codegen . $(GTK_SUBDIR) examples tests + + PLATFORM_VERSION = 2.0 + |