diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-03-06 22:35:03 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-06 22:35:03 +0000 |
commit | 0a5727ba9209d0d3b0d83515f4a767ad5607bdd2 (patch) | |
tree | bcc531d29962ec131afc094aa01420165c9665be /packages/python/python-pygtk | |
parent | d3bbd28f22fbd8e9d097081fa128ae18197f36e1 (diff) |
python-pygtk 2.10.4 add nodocs.patch to make it _really_ skip building the docs
Diffstat (limited to 'packages/python/python-pygtk')
-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 + |