diff options
| author | Martin Owens <doctormo@gmail.com> | 2014-03-01 03:42:47 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2014-03-01 03:42:47 +0000 |
| commit | c3014dfd0fb7c7c704f0b65c49154d5ea3c217a4 (patch) | |
| tree | 4b99a1a8f345b1f5d4a28e842622f98390bfb214 | |
| parent | Add layers export extension as a tar creation extension (diff) | |
| download | inkscape-c3014dfd0fb7c7c704f0b65c49154d5ea3c217a4.tar.gz inkscape-c3014dfd0fb7c7c704f0b65c49154d5ea3c217a4.zip | |
Forgot the makefile isn't flexible.
(bzr r13081)
| -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 b53446999..c107f7646 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -159,6 +159,7 @@ extensions = \ synfig_prepare.py \ text_extract.py \ svg_transform.py \ + tar_layers.py \ text_uppercase.py \ text_lowercase.py \ text_sentencecase.py \ @@ -342,6 +343,7 @@ modules = \ svg_and_media_zip_output.inx \ svgcalendar.inx \ synfig_output.inx \ + tar_layers.inx \ text_extract.inx \ text_uppercase.inx\ text_lowercase.inx \ |
