Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Documents and Graphics
Gem
Commits
3f800b3c
Commit
3f800b3c
authored
Apr 07, 2022
by
Nicolas Lenz
Browse files
Fix makefile for new Inkscape CLI
parent
6fe6306f
Pipeline
#1326
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
makefile
View file @
3f800b3c
...
...
@@ -10,9 +10,9 @@ all: allpng allsvg
out/gem-%.png
:
src/gem.svg | out
sed
"s/%COLOR%/#
$*
/"
$<
>
out/gemtemp.svg
inkscape
-w
$(WIDTH)
-
e
$@
out/gemtemp.svg
inkscape
-w
$(WIDTH)
-
o
$@
out/gemtemp.svg
rm
out/gemtemp.svg
out/gem-%.svg
:
src/gem.svg | out
sed
"s/%COLOR%/#
$*
/"
$<
>
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment