diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-04-20 16:14:27 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-04-20 16:14:27 +0000 |
| commit | 67f89c16d1aeb13322183e347e3246ac33177bb7 (patch) | |
| tree | fcc9cce35117007cb00fe67e38012696ca93115e /share/extensions/Makefile.am | |
| parent | Update "DarwinPorts" to "Macports" in the info file generated by the OS X (diff) | |
| download | inkscape-67f89c16d1aeb13322183e347e3246ac33177bb7.tar.gz inkscape-67f89c16d1aeb13322183e347e3246ac33177bb7.zip | |
Extensions. New text split extension (Bug #171748).
Fixed bugs:
- https://launchpad.net/bugs/171748
(bzr r9360)
Diffstat (limited to 'share/extensions/Makefile.am')
| -rw-r--r-- | share/extensions/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index b5bf8cd33..7327ffbd5 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -115,6 +115,7 @@ extensions = \ sk2svg.sh \ SpSVG.pm \ spirograph.py\ + split.py \ straightseg.py \ summersnight.py \ svgcalendar.py \ @@ -245,6 +246,7 @@ modules = \ sk1_input.inx \ sk1_output.inx \ spirograph.inx \ + split.inx \ straightseg.inx \ summersnight.inx \ svg2xaml.inx \ |
