Move php_2_py.php to scripts/
authorPeng Huang <shawn.p.huang@gmail.com>
Sat, 5 Jun 2010 01:14:58 +0000 (09:14 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Sat, 5 Jun 2010 01:14:58 +0000 (09:14 +0800)
scripts/php_2_py.php [moved from src/php_2_py.php with 100% similarity]
src/Makefile.am

similarity index 100%
rename from src/php_2_py.php
rename to scripts/php_2_py.php
index 35384e5..03a3d26 100644 (file)
@@ -205,5 +205,5 @@ ZhConversion.php:
        svn cat http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/includes/ZhConversion.php > $@
 
 ZhConversion.py: ZhConversion.php
-       php php_2_py.php > $@
+       php $(top_srcdir)/scripts/php_2_py.php > $@