summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2015-08-05 13:57:53 +0200
committerMichael Schwarz <michi.schwarz@gmail.com>2015-08-06 16:32:59 +0200
commit14f078c8217450317b4824cb450b336ba6590011 (patch)
treefaeab31f4175d093eefc5516b704e991c6f95270 /Makefile
parentc451c40dd2fa394c0e7fa300eeca9094a6da19bd (diff)
downloadpogojig-14f078c8217450317b4824cb450b336ba6590011.tar.gz
pogojig-14f078c8217450317b4824cb450b336ba6590011.tar.bz2
pogojig-14f078c8217450317b4824cb450b336ba6590011.zip
Inkscape export: Renamed module to inkscape.
This module will later be used for other export types than just DXF.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bde859..11399dc 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ stl: $(SCAD_STL_FILES)
# Rule to convert an SVG file to a DXF file.
$(SVG_DXF_FILES): %.dxf: %.svg $(GLOBAL_DEPS)
- $(PYTHON_CMD) -m dxf_export $< $@
+ $(PYTHON_CMD) -m inkscape $< $@
# Rule to compile an OpenSCAD file to a DXF file.
$(SCAD_DXF_FILES): %.dxf: %.scad $(GLOBAL_DEPS) | $(SCAD_ORDER_DEPS)