Merge pull request 'grafik: Fix Makefile for generating flat images.' (#601) from htgoebel/neo-layout:master into master
Reviewed-on: #601
This commit is contained in:
commit
f81bdbedf7
@ -23,7 +23,8 @@ PNG_TARGETS=$(addsuffix .png, ${BASENAMES})
|
||||
|
||||
SOURCES = generate-graphics.py replacements.py base.svg.template
|
||||
|
||||
default: all cleansvg cleanpycache
|
||||
default: all cleanpycache
|
||||
all: svg-path svg pdf png
|
||||
|
||||
svg-path: ${SVG_PATH_TARGETS}
|
||||
svg: ${SVG_TARGETS}
|
||||
@ -50,8 +51,6 @@ png: ${PNG_TARGETS}
|
||||
inkscape --export-filename=$@ --export-height=183 $<
|
||||
optipng $@
|
||||
|
||||
all: svg-path svg pdf png
|
||||
|
||||
cleansvgpath:
|
||||
rm -f ${SVG_PATH_TARGETS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user