diff options
| author | Aaron Spike <aaron@ekips.org> | 2006-07-20 04:23:59 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2006-07-20 04:23:59 +0000 |
| commit | 79aed7f36f9494f3d66ed45bb52f442c118988ec (patch) | |
| tree | 0234f0620e711e441c0b998689eac642abfa6e47 /share/extensions/Makefile.am | |
| parent | marker refactoring work (diff) | |
| download | inkscape-79aed7f36f9494f3d66ed45bb52f442c118988ec.tar.gz inkscape-79aed7f36f9494f3d66ed45bb52f442c118988ec.zip | |
fix an old bug in the style splitting routine and add to the makefile
(bzr r1442)
Diffstat (limited to 'share/extensions/Makefile.am')
| -rw-r--r-- | share/extensions/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 1195266b1..fc4297abc 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -52,7 +52,8 @@ extensions = \ flatten.py \ measure.py \ gimp_xcf.py \ - eqtexsvg.py + eqtexsvg.py \ + markers_strokepaint.py otherstuff = \ aisvg.xslt @@ -103,7 +104,8 @@ modules = \ gimp_xcf.inx \ randompnt.inx \ randompos.inx \ - eqtexsvg.inx + eqtexsvg.inx \ + markers_strokepaint.inx extension_SCRIPTS = \ $(extensions) |
