diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2011-05-27 23:47:57 +0000 |
|---|---|---|
| committer | Felipe C. da S. Sanches <juca@members.fsf.org> | 2011-05-27 23:47:57 +0000 |
| commit | f4403f7422ce45b94a8b1e3462b9edb7ccae0c1d (patch) | |
| tree | 18ea0e417626e8515affd0ed48e8c4cc2456aef6 /share/extensions/Makefile.am | |
| parent | Add "silent" option to extension inx file so that extension authors can opt-o... (diff) | |
| download | inkscape-f4403f7422ce45b94a8b1e3462b9edb7ccae0c1d.tar.gz inkscape-f4403f7422ce45b94a8b1e3462b9edb7ccae0c1d.zip | |
Extensions to alternate layer visibility for glyph layers.
These extensions are using the new "silent" option that I have introduced to the inx file sintax in the previous commit.
(bzr r10241)
Diffstat (limited to 'share/extensions/Makefile.am')
| -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 78f05a827..6189427ca 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -102,6 +102,8 @@ extensions = \ measure.py \ motion.py \ new_glyph_layer.py \ + next_glyph_layer.py \ + previous_glyph_layer.py \ outline2svg.pl \ PathData.py \ param_curves.py \ @@ -274,6 +276,8 @@ modules = \ measure.inx \ motion.inx \ new_glyph_layer.inx \ + next_glyph_layer.inx \ + previous_glyph_layer.inx \ outline2svg.inx \ param_curves.inx \ pathalongpath.inx\ |
