comparison en/Makefile @ 408:028543f67bea

Fix build
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 20 Aug 2008 15:27:13 -0700
parents fb5c0d56d7f1
children 4d2fb4251217
comparison
equal deleted inserted replaced
407:e6d9741c8933 408:028543f67bea
159 html/split/hgbook.html: $(sources) examples bookhtml.cfg 159 html/split/hgbook.html: $(sources) examples bookhtml.cfg
160 $(call htlatex,$@,$<,2) 160 $(call htlatex,$@,$<,2)
161 161
162 # Produce 90dpi PNGs for the web. 162 # Produce 90dpi PNGs for the web.
163 163
164 %.png: %.svg 164 %.png: %.svg fixsvg
165 ./fixsvg $< 165 ./fixsvg $<
166 mv $<.tmp foobar.svg 166 inkscape -D -e $@ $<-tmp.svg
167 inkscape -D -e $@ foobar.svg 167 rm $<-tmp.svg
168 168
169 %.svg: %.dot 169 %.svg: %.dot
170 dot -Tsvg -o $@ $< 170 dot -Tsvg -o $@ $<
171 171
172 # Produce eps & pdf for the pdf 172 # Produce eps & pdf for the pdf