From: <var...@us...> - 2012-11-15 16:42:24
|
Revision: 8480 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8480&view=rev Author: vargenau Date: 2012-11-15 16:42:18 +0000 (Thu, 15 Nov 2012) Log Message: ----------- remove Makefile Removed Paths: ------------- trunk/themes/default/moacdropdown/js/Makefile Deleted: trunk/themes/default/moacdropdown/js/Makefile =================================================================== --- trunk/themes/default/moacdropdown/js/Makefile 2012-11-15 16:34:13 UTC (rev 8479) +++ trunk/themes/default/moacdropdown/js/Makefile 2012-11-15 16:42:18 UTC (rev 8480) @@ -1,9 +0,0 @@ -# jsmin http://www.crockford.com/javascript/jsmin.html -ALLSRC=mobrowser.js modomevent3.js modomt.js modomext.js getobject2.js xmlextras.js acdropdown.js - -../../moacdropdown.js: $(ALLSRC) - cat $(ALLSRC) > tmp.js - jsmin < tmp.js > $@ - rm tmp.js - -# perl -pi~ -e 's/^\s+//; s(//.*)();' $@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |