diff options
author | Michael Schwarz <michi.schwarz@gmail.com> | 2015-08-05 13:57:53 +0200 |
---|---|---|
committer | Michael Schwarz <michi.schwarz@gmail.com> | 2015-08-06 16:32:59 +0200 |
commit | 14f078c8217450317b4824cb450b336ba6590011 (patch) | |
tree | faeab31f4175d093eefc5516b704e991c6f95270 /Makefile | |
parent | c451c40dd2fa394c0e7fa300eeca9094a6da19bd (diff) | |
download | pogojig-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |