projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
strip_end関数のユニットテストを追加
[YACASL2.git]
/
doc
/
images.mk
1
INKSCAPE := inkscape -z
2
CONVERT := convert
3
4
%.png: %.svg
5
$(INKSCAPE) -y 0.0 -e $@ $< >$<2png.log 2>&1
6
7
%.eps: %.svg
8
$(INKSCAPE) -E $@ $< >$<2eps.log 2>&1