pygtk r3009 - in trunk: . docs



Author: paulp
Date: Sat Jul 19 12:55:32 2008
New Revision: 3009
URL: http://svn.gnome.org/viewvc/pygtk?rev=3009&view=rev

Log:
2008-07-19  Paul Pogonyshev  <pogonyshev gmx net>

	* docs/Makefile.am (EXTRA_DIST): Don't include full directories:
	that drags in the '.svn's in them (bug #530142).


Modified:
   trunk/ChangeLog
   trunk/docs/Makefile.am

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Sat Jul 19 12:55:32 2008
@@ -588,7 +588,8 @@
 CSSdir = $(TARGET_DIR)
 
 EXTRA_DIST = 				\
-	icons cursors			\
+	icons/*.png			\
+	cursors/*.png			\
 	$(HTML_FILES)			\
 	$(XMLFILES) 			\
 	$(XSLFILES)			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]