Mercurial > hgbook
comparison en/Makefile @ 32:b7d46e86a5f1
Stop inkscape from printing an annoying message.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sat, 15 Jul 2006 21:23:35 -0700 |
parents | 51d94bd2804c |
children | c0979ed1eabd |
comparison
equal
deleted
inserted
replaced
31:51d94bd2804c | 32:b7d46e86a5f1 |
---|---|
100 | 100 |
101 %.pdf: %.eps | 101 %.pdf: %.eps |
102 epstopdf $< | 102 epstopdf $< |
103 | 103 |
104 %.eps: %.svg | 104 %.eps: %.svg |
105 inkscape -D -E $@ $< | 105 inkscape -E $@ $< |
106 | 106 |
107 examples: examples/.run | 107 examples: examples/.run |
108 | 108 |
109 examples/.run: $(example-sources) | 109 examples/.run: $(example-sources) |
110 cd examples && ./run-example | 110 cd examples && ./run-example |