From 785aec3aa6e2deda9acfefa8a9114ea3e7d39f44 Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Sat, 6 Dec 2014 14:40:00 +0100 Subject: Replaced Script used for DXF export by more advanced version working with Inkscape 0.99. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a06a0d1..1b50f45 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ $(foreach i,$(COMPILED_SCAD_FILES),$(eval $(i): $(filter $(dir $(i))%,$(LIBRARY_ # Rule to convert an SVG file to a DXF file. %.dxf: %.svg - dxf_export/main.sh $< $@ + python2 dxf_export $< $@ # Rule to compile an OpenSCAD file to an STL file. %.stl: %.scad -- cgit