From abcc79d54ebbf43469a0194b5beec46aba5f5b2a Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 20 Jul 2009 06:50:36 +0000 Subject: =?UTF-8?q?unn=C3=B6tige=20abh=C3=A4ngigkeit=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1958 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- grafik/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'grafik') diff --git a/grafik/Makefile b/grafik/Makefile index 4a323e4..8840277 100644 --- a/grafik/Makefile +++ b/grafik/Makefile @@ -11,8 +11,7 @@ PNGFILES=$(addsuffix .png,$(basename ${SVGFILES})) default: pdf png pdf: ${PDFFILES} -png: ${PNGFILES} ebenen www -ebenen: ${EBENENPNG} +png: ${PNGFILES} ${EBENENPNG} www www: $(addsuffix .png,$(basename $(shell find ../www -name "*.svg"))) clean: cleanpng cleanpdf @@ -46,7 +45,7 @@ tastatur3d/ziffernfeld/%.png: tastatur3d/%.svg mogrify -depth 8 $@ optipng $@ -tastatur3d/haupt_ziffern_feld/%.png: tastatur3d/%.svg tastatur3d/hauptfeld/%.png tastatur3d/ziffernfeld/%.png +tastatur3d/haupt_ziffern_feld/%.png: tastatur3d/hauptfeld/%.png tastatur3d/ziffernfeld/%.png mkdir -p tastatur3d/haupt_ziffern_feld convert -splice 20x0 -background transparent -colors 256 -type Palette +dither -alpha off -alpha on tastatur3d/ziffernfeld/$*.png /tmp/$*_tmp.png convert +append tastatur3d/hauptfeld/$*.png /tmp/$*_tmp.png $@ -- cgit v1.2.3