diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2009-08-04 21:14:50 +0000 |
|---|---|---|
| committer | JazzyNico <JazzyNico@users.sourceforge.net> | 2009-08-04 21:14:50 +0000 |
| commit | bbc432ee4fe83194b47822e4601486b197524553 (patch) | |
| tree | 92a0c3c7e0d2f0e9cd3a9bfb169c2fa4eaef5f5b /share | |
| parent | Checkin for Bug 409004: Add Scour as an output option (diff) | |
| download | inkscape-bbc432ee4fe83194b47822e4601486b197524553.tar.gz inkscape-bbc432ee4fe83194b47822e4601486b197524553.zip | |
Scour extension added to Makefile.am and POTFILE.in (inkscape.pot updated).
(bzr r8403)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 500da938c..aeb58fea4 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -102,6 +102,8 @@ extensions = \ rtree.py \ rubberstretch.py\ run_command.py \ + scour.py \ + scour.inkscape.py \ simplepath.py \ simplepath.rb \ simplestyle.py \ @@ -113,6 +115,7 @@ extensions = \ straightseg.py \ summersnight.py \ svgcalendar.py \ + svg_regex.py \ svg_and_media_zip_output.py \ text_uppercase.py \ text_lowercase.py \ @@ -225,6 +228,7 @@ modules = \ restack.inx \ rubberstretch.inx \ rtree.inx \ + scour.inx \ sk_input.inx \ sk1_input.inx \ sk1_output.inx \ |
