[rkward-cvs] SF.net SVN: rkward: [1104] trunk/rkward/rkward/plugins/makemakefileam.php
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Jan 8 19:28:22 UTC 2007
Revision: 1104
http://svn.sourceforge.net/rkward/?rev=1104&view=rev
Author: tfry
Date: 2007-01-08 11:28:22 -0800 (Mon, 08 Jan 2007)
Log Message:
-----------
Allow adding .png files to distribution in plugins
Modified Paths:
--------------
trunk/rkward/rkward/plugins/makemakefileam.php
Modified: trunk/rkward/rkward/plugins/makemakefileam.php
===================================================================
--- trunk/rkward/rkward/plugins/makemakefileam.php 2007-01-08 18:01:28 UTC (rev 1103)
+++ trunk/rkward/rkward/plugins/makemakefileam.php 2007-01-08 19:28:22 UTC (rev 1104)
@@ -32,7 +32,7 @@
while (false !== ($file = readdir($thisdir))) {
if (!is_dir ($ndir . $file)) {
- if ((substr ($file, -4) == ".xml") || (substr ($file, -4) == ".php") || (substr ($file, -10) == ".pluginmap") || (substr ($file, -4) == ".rkh")) {
+ if ((substr ($file, -4) == ".xml") || (substr ($file, -4) == ".php") || (substr ($file, -10) == ".pluginmap") || (substr ($file, -4) == ".rkh") || (substr ($file, -4) == ".png")) {
if ($file != "makemakefileam.php") {
array_push ($files, $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