diff web/hgbook/load_elements.py @ 687:188efaefe001

How to make all-ids.dat.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 19 Mar 2009 22:45:02 -0700
parents ad304b606163
children
line wrap: on
line diff
--- a/web/hgbook/load_elements.py	Thu Mar 19 22:44:35 2009 -0700
+++ b/web/hgbook/load_elements.py	Thu Mar 19 22:45:02 2009 -0700
@@ -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()