From 8675b3785b3516367a9a10527fd3452b438d1043 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 31 Oct 2011 02:23:34 +0000 Subject: [PATCH] * fix the error of my.in.js. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cdaa0a69b..b28f582cb6 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ tgz: cp -fr doc/* zentaopms/ # create my.min.js rm zentaopms/www/js/my.min.js - java -jar ~/bin/yuicompressor/build/yuicompressor-2.4.6.jar www/js/my.full.js > zentaopms/www/js/my.in.js + java -jar ~/bin/yuicompressor/build/yuicompressor-2.4.6.jar www/js/my.full.js > zentaopms/www/js/my.min.js # create the restart file for svn. touch zentaopms/module/svn/restart # touch the front.class.php to make it's mtime to new.