#106 Update makefile to work with Inkscape 1.0
Merged 3 years ago by jflory7. Opened 3 years ago by bcotton.

file modified
+1 -1
@@ -8,7 +8,7 @@ 

  all: help

  

  %.png: %.svg

- 	@inkscape --without-gui --export-area-page --export-width=1890 --export-file=$@ $<

+ 	@inkscape --export-area-page --export-width=1890 --export-filename=$@ $<

  

  %.jpg: %.png

  	@convert $< $@

1.0 is in F31 and F32 stable repos. A few of the commandline flags for < 1.0 releases are no longer valid in 1.0.

Metadata Update from @jflory7:
- Request assigned

3 years ago

Pull-Request has been merged by jflory7

3 years ago

I was planning to let this sit until tomorrow but it's a small enough change that it's okay. :smile:

Metadata