diff options
| author | Craig Marshall <craig9@gmail.com> | 2010-09-26 14:42:29 +0000 |
|---|---|---|
| committer | Craig Marshall <craig9@gmail.com> | 2010-09-26 14:42:29 +0000 |
| commit | 2b054e2c5fa9c84e367b6655347f175e4b3f4d89 (patch) | |
| tree | f2ee3ac49be6a53c8434dcd9488f78ca2c57736b /share/extensions/Makefile.am | |
| parent | Fix constrained snapping to closing segments (diff) | |
| download | inkscape-2b054e2c5fa9c84e367b6655347f175e4b3f4d89.tar.gz inkscape-2b054e2c5fa9c84e367b6655347f175e4b3f4d89.zip | |
Added replace font extension
Fixed bugs:
- https://launchpad.net/bugs/171007
(bzr r9789)
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 36a25d56f..f621837f7 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -67,7 +67,7 @@ extensions = \ grid_cartesian.py \ grid_polar.py \ guides_creator.py \ - guillotine.py \ + guillotine.py \ handles.py \ hpgl_output.py \ ill2svg.pl \ @@ -113,6 +113,7 @@ extensions = \ ps2pdf-ext.py \ pturtle.py \ radiusrand.py \ + replace_font.py \ restack.py \ render_barcode.py \ render_barcode_datamatrix.py \ @@ -222,7 +223,7 @@ modules = \ grid_cartesian.inx \ grid_polar.inx \ guides_creator.inx \ - guillotine.inx \ + guillotine.inx \ handles.inx \ hpgl_output.inx \ inkscape_help_askaquestion.inx \ @@ -268,6 +269,7 @@ modules = \ render_barcode.inx \ render_barcode_datamatrix.inx \ render_alphabetsoup.inx \ + replace_font.inx \ restack.inx \ rubberstretch.inx \ rtree.inx \ |
