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:
hrnz 2022-01-19 18:09:01 +01:00
commit f81bdbedf7

View File

@ -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}