blob: 9b2387e959263e32df01ed03ebf0b23b33cc29c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|