comparison Makefile @ 762:605af0a90e3e

Minor fix
author Dongsheng Song <songdongsheng@live.cn>
date Tue, 31 Mar 2009 11:51:13 +0800
parents 65b82a891cf7
children 55e2953f82d6
comparison
equal deleted inserted replaced
761:bc9dc4f2f912 762:605af0a90e3e
157 157
158 build/$(LINGUA)/source/hgbook.xml: build/en/source/hgbook.xml po/$(LINGUA).po $(images) 158 build/$(LINGUA)/source/hgbook.xml: build/en/source/hgbook.xml po/$(LINGUA).po $(images)
159 mkdir -p build/$(LINGUA)/source/figs 159 mkdir -p build/$(LINGUA)/source/figs
160 cp en/figs/*.png build/$(LINGUA)/source/figs 160 cp en/figs/*.png build/$(LINGUA)/source/figs
161 cp stylesheets/hgbook.css build/$(LINGUA)/source 161 cp stylesheets/hgbook.css build/$(LINGUA)/source
162 $(TRANSLATE) -m build/en/source/hgbook.xml -p po/$(LINGUA).po -l $@.tmp 162 $(TRANSLATE) -m build/en/source/hgbook.xml.tmp -p po/$(LINGUA).po -l $@.tmp
163 cat $@.tmp | sed 's/\$$rev_id\$$/${rev_id}/' > $@ 163 cat $@.tmp | sed 's/\$$rev_id\$$/${rev_id}/' > $@
164 endif 164 endif
165 165
166 endif 166 endif
167 167