diff -urN pygtk-2.10.1-orig/Makefile.am pygtk-2.10.1/Makefile.am
--- pygtk-2.10.1-orig/Makefile.am	2006-09-04 22:24:10.000000000 +0000
+++ pygtk-2.10.1/Makefile.am	2008-05-18 13:22:59.000000000 +0000
@@ -4,7 +4,7 @@
   GTK_SUBDIR = gtk
 endif
 
-SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs
+SUBDIRS = codegen . $(GTK_SUBDIR)
 
 PLATFORM_VERSION = 2.0
 
@@ -117,11 +117,3 @@
 snap:
 	$(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"`
 
-doc-dist:
-	mkdir pygtk
-	cp -r docs/html/*.html pygtk
-	cp -r docs/html/*.sgml pygtk
-	cp -r docs/html/*.devhelp pygtk
-	cp -r $(PYGOBJECT_PYGDOCS)/style.css pygtk
-	tar cfz $(PACKAGE)-docs.tar.gz pygtk
-	rm -fr pygtk
diff -urN pygtk-2.10.1-orig/Makefile.in pygtk-2.10.1/Makefile.in
--- pygtk-2.10.1-orig/Makefile.in	2006-09-05 00:02:48.000000000 +0000
+++ pygtk-2.10.1/Makefile.in	2008-05-18 13:24:09.000000000 +0000
@@ -117,7 +117,7 @@
 DATA = $(defs_DATA) $(pkgconfig_DATA)
 ETAGS = etags
 CTAGS = ctags
-DIST_SUBDIRS = codegen . gtk examples tests docs
+DIST_SUBDIRS = codegen . gtk
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -292,7 +292,7 @@
 target_alias = @target_alias@
 AUTOMAKE_OPTIONS = 1.7
 @BUILD_GTK_TRUE@GTK_SUBDIR = gtk
-SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs
+SUBDIRS = codegen . $(GTK_SUBDIR)
 PLATFORM_VERSION = 2.0
 CLEANFILES = atk.c pango.c pangocairo.c
 EXTRA_DIST = \
@@ -1097,14 +1097,6 @@
 snap:
 	$(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"`
 
-doc-dist:
-	mkdir pygtk
-	cp -r docs/html/*.html pygtk
-	cp -r docs/html/*.sgml pygtk
-	cp -r docs/html/*.devhelp pygtk
-	cp -r $(PYGOBJECT_PYGDOCS)/style.css pygtk
-	tar cfz $(PACKAGE)-docs.tar.gz pygtk
-	rm -fr pygtk
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
