hgbook

diff Makefile @ 663:605af0a90e3e

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