diff web/hgbook/load_elements.py @ 749:7e7c47481e4f

Oops, this is the real merge for my hg's oddity
author Dongsheng Song <dongsheng.song@gmail.com>
date Fri, 20 Mar 2009 16:43:35 +0800
parents 188efaefe001
children
line wrap: on
line diff
--- a/web/hgbook/load_elements.py	Fri Mar 20 15:40:06 2009 +0800
+++ b/web/hgbook/load_elements.py	Fri Mar 20 16:43:35 2009 +0800
@@ -8,7 +8,7 @@
 sys.path.append(os.path.dirname(__file__))
 import dbutil
 
-os.system('make -C ../../en ids')
+os.system('make -C ../../en all-ids.dat')
 
 conn = dbutil.connect()
 c = conn.cursor()