summaryrefslogtreecommitdiff
path: root/grafik/Makefile
diff options
context:
space:
mode:
authorben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-07-20 06:50:36 +0000
committerben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-07-20 06:50:36 +0000
commitabcc79d54ebbf43469a0194b5beec46aba5f5b2a (patch)
treeb10e6cae13e64c203719bcc51ceab6e2be2b726e /grafik/Makefile
parentd57dc3380c1382999451f5db885bb84a44acbf89 (diff)
downloadneo-layout-abcc79d54ebbf43469a0194b5beec46aba5f5b2a.tar.gz
neo-layout-abcc79d54ebbf43469a0194b5beec46aba5f5b2a.tar.bz2
neo-layout-abcc79d54ebbf43469a0194b5beec46aba5f5b2a.zip
unnötige abhängigkeit entfernt
git-svn-id: https://svn.neo-layout.org@1958 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'grafik/Makefile')
-rw-r--r--grafik/Makefile5
1 files changed, 2 insertions, 3 deletions
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 $@