diff Makefile @ 762:605af0a90e3e

Minor fix
author Dongsheng Song <songdongsheng@live.cn>
date Tue, 31 Mar 2009 11:51:13 +0800
parents 65b82a891cf7
children 55e2953f82d6
line wrap: on
line diff
--- a/Makefile	Tue Mar 31 11:11:43 2009 +0800
+++ b/Makefile	Tue Mar 31 11:51:13 2009 +0800
@@ -159,7 +159,7 @@
 	mkdir -p build/$(LINGUA)/source/figs
 	cp en/figs/*.png build/$(LINGUA)/source/figs
 	cp stylesheets/hgbook.css build/$(LINGUA)/source
-	$(TRANSLATE) -m build/en/source/hgbook.xml -p po/$(LINGUA).po -l $@.tmp
+	$(TRANSLATE) -m build/en/source/hgbook.xml.tmp -p po/$(LINGUA).po -l $@.tmp
 	cat $@.tmp | sed 's/\$$rev_id\$$/${rev_id}/' > $@
 endif