doc/image.mkをInkscape 1.0.1へのバージョンアップに合わせて修正
authorj8takagi <j8takagi@nifty.com>
Sat, 6 Feb 2021 03:12:35 +0000 (12:12 +0900)
committerj8takagi <j8takagi@nifty.com>
Sat, 6 Feb 2021 03:14:13 +0000 (12:14 +0900)
VERSION
doc/images.mk

diff --git a/VERSION b/VERSION
index 566355d..867326a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.5p17
+v0.5p18
index 96e21e4..5f80fd4 100644 (file)
@@ -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