Mercurial > hgbook
comparison Makefile @ 758:8d130de70ebe
Make fop use userconfig.xml
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Tue, 31 Mar 2009 09:25:14 +0800 |
parents | 1e020cb7d417 |
children | 65b82a891cf7 |
comparison
equal
deleted
inserted
replaced
757:433040113eaf | 758:8d130de70ebe |
---|---|
208 -o build/$(LINGUA)/source/hgbook.fo \ | 208 -o build/$(LINGUA)/source/hgbook.fo \ |
209 build/$(LINGUA)/source/hgbook.xml \ | 209 build/$(LINGUA)/source/hgbook.xml \ |
210 stylesheets/$(LINGUA)/fo.xsl \ | 210 stylesheets/$(LINGUA)/fo.xsl \ |
211 fop1.extensions=1 | 211 fop1.extensions=1 |
212 | 212 |
213 (cd build/$(LINGUA)/source && $(FOP_HOME)/fop.sh hgbook.fo ../pdf/hgbook.pdf) | 213 (cd build/$(LINGUA)/source && $(FOP_HOME)/fop.sh -c $(FOP_HOME)/conf/userconfig.xml hgbook.fo ../pdf/hgbook.pdf) |
214 endif | 214 endif |
215 | 215 |
216 en/figs/%.png: en/figs/%.svg en/fixsvg | 216 en/figs/%.png: en/figs/%.svg en/fixsvg |
217 en/fixsvg $< | 217 en/fixsvg $< |
218 inkscape -D -d 120 -e $@ $<-tmp.svg | 218 inkscape -D -d 120 -e $@ $<-tmp.svg |