diff options
| author | Stephen Silver <sasilver@yahoo.com> | 2008-06-27 20:43:58 +0000 |
|---|---|---|
| committer | sasilver <sasilver@users.sourceforge.net> | 2008-06-27 20:43:58 +0000 |
| commit | 9d2a093e5dabde8499e3a06cec9cf9f44ea5524a (patch) | |
| tree | 6f3fcff10b3ffcc1cd5642524816299177c3df5f /share/extensions/Makefile.am | |
| parent | sodipodi:docname is obsolete (diff) | |
| download | inkscape-9d2a093e5dabde8499e3a06cec9cf9f44ea5524a.tar.gz inkscape-9d2a093e5dabde8499e3a06cec9cf9f44ea5524a.zip | |
Use Python script instead of shell script for .fig import (fixes bug 240889).
(bzr r6082)
Diffstat (limited to 'share/extensions/Makefile.am')
| -rw-r--r-- | share/extensions/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 92a52847c..24289b5bb 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -50,7 +50,7 @@ extensions = \ export_gimp_palette.py \ extractimage.py \ ffgeom.py\ - fig2svg.sh \ + fig2dev-ext.py \ flatten.py \ fractalize.py \ funcplot.py \ |
