blob: c3581043c325c461e409f1f44d8aa9cc3bc9a055 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: pygtk-2.17.0/Makefile.am
===================================================================
--- pygtk-2.17.0.orig/Makefile.am
+++ pygtk-2.17.0/Makefile.am
@@ -4,7 +4,7 @@ if BUILD_GTK
GTK_SUBDIR = gtk
endif
-SUBDIRS = . $(GTK_SUBDIR) examples tests docs
+SUBDIRS = . $(GTK_SUBDIR) examples tests
PLATFORM_VERSION = 2.0
|