[rkward-cvs] SF.net SVN: rkward: [863] trunk/rkward/rkward/plugins/makemakefileam.php

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Oct 12 16:11:15 UTC 2006


Revision: 863
          http://svn.sourceforge.net/rkward/?rev=863&view=rev
Author:   tfry
Date:     2006-10-12 09:11:11 -0700 (Thu, 12 Oct 2006)

Log Message:
-----------
Adjust Makefile.am generation script to SVN

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/makemakefileam.php

Modified: trunk/rkward/rkward/plugins/makemakefileam.php
===================================================================
--- trunk/rkward/rkward/plugins/makemakefileam.php	2006-10-12 16:08:12 UTC (rev 862)
+++ trunk/rkward/rkward/plugins/makemakefileam.php	2006-10-12 16:11:11 UTC (rev 863)
@@ -28,7 +28,7 @@
 				}
 			}
 		}  else {
-			if (($file != ".") && ($file != "..") && ($file != "CVS")) {
+			if (($file != ".") && ($file != "..") && ($file != ".svn")) {
 				array_push ($subdirs, $file);
 			} 
 		}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list