summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2014-12-06 14:40:00 +0100
committerMichael Schwarz <michi.schwarz@gmail.com>2014-12-06 14:40:00 +0100
commit785aec3aa6e2deda9acfefa8a9114ea3e7d39f44 (patch)
treef5b18da6ee3caf3e91c2e4dbc3f509ef0e2717ff /Makefile
parent9da7f66feec3ec222760e5d34ff83e43ab41af39 (diff)
downloadpogojig-785aec3aa6e2deda9acfefa8a9114ea3e7d39f44.tar.gz
pogojig-785aec3aa6e2deda9acfefa8a9114ea3e7d39f44.tar.bz2
pogojig-785aec3aa6e2deda9acfefa8a9114ea3e7d39f44.zip
Replaced Script used for DXF export by more advanced version working with Inkscape 0.99.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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