projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
022d0ed
)
doc/image.mkをInkscape 1.0.1へのバージョンアップに合わせて修正
author
j8takagi
<j8takagi@nifty.com>
Sat, 6 Feb 2021 03:12:35 +0000
(12:12 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Sat, 6 Feb 2021 03:14:13 +0000
(12:14 +0900)
VERSION
patch
|
blob
|
history
doc/images.mk
patch
|
blob
|
history
diff --git
a/VERSION
b/VERSION
index
566355d
..
867326a
100644
(file)
--- a/
VERSION
+++ b/
VERSION
@@
-1
+1
@@
-v0.5p1
7
+v0.5p1
8
diff --git
a/doc/images.mk
b/doc/images.mk
index
96e21e4
..
5f80fd4
100644
(file)
--- a/
doc/images.mk
+++ b/
doc/images.mk
@@
-1,8
+1,8
@@
-INKSCAPE := inkscape
-z
+INKSCAPE := inkscape
CONVERT := convert
%.png: %.svg
$(INKSCAPE) -y 0.0 -e $@ $< >$<2png.log 2>&1
%.eps: %.svg
- $(INKSCAPE) -
E
$@ $< >$<2eps.log 2>&1
+ $(INKSCAPE) -
-export-type=eps
$@ $< >$<2eps.log 2>&1