summaryrefslogtreecommitdiff
path: root/grafik/Makefile
diff options
context:
space:
mode:
authorben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-01 00:58:47 +0000
committerben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-01 00:58:47 +0000
commit9f218ed23ea2734cae4cb296338367b95e52a8cb (patch)
tree7e50e3295b35b259d5d7b166feba5d5bdc82aeb5 /grafik/Makefile
parent218781c5d4335a423a174d03f2f0f496b5712f4b (diff)
downloadneo-layout-9f218ed23ea2734cae4cb296338367b95e52a8cb.tar.gz
neo-layout-9f218ed23ea2734cae4cb296338367b95e52a8cb.tar.bz2
neo-layout-9f218ed23ea2734cae4cb296338367b95e52a8cb.zip
Benutze inkscape --export-id statt area für kleine Bilder
git-svn-id: https://svn.neo-layout.org@1362 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'grafik/Makefile')
-rw-r--r--grafik/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/grafik/Makefile b/grafik/Makefile
index c77de2f..60ad0fc 100644
--- a/grafik/Makefile
+++ b/grafik/Makefile
@@ -22,7 +22,7 @@ tastatur3d/tastatur_neo_Ebene%.svg: tastatur3d/tastatur_neo_alle_Ebenen.svg
WWWPIC=$(addsuffix .png, $(basename $(foreach file, ${EBENENSVG}, ../www/${file})))
www: ${WWWPIC}
../www/%.png: tastatur3d/%.svg
- inkscape --without-gui --export-area=0:0:1360,747:457,673 --export-png=$@ -w650 $<
+ inkscape --without-gui --export-id="Haupttastaturfeld" --export-png=$@ -w650 $<
cleanwww:
rm -f ${WWWPIC}