diff options
author | Michael Schwarz <michi.schwarz@gmail.com> | 2014-12-06 14:40:00 +0100 |
---|---|---|
committer | Michael Schwarz <michi.schwarz@gmail.com> | 2014-12-06 14:40:00 +0100 |
commit | 785aec3aa6e2deda9acfefa8a9114ea3e7d39f44 (patch) | |
tree | f5b18da6ee3caf3e91c2e4dbc3f509ef0e2717ff /Makefile | |
parent | 9da7f66feec3ec222760e5d34ff83e43ab41af39 (diff) | |
download | pogojig-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |