diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2014-12-05 21:10:31 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2014-12-05 21:10:31 +0000 |
| commit | 9a61be527f357edfb1250bb36d050e80f5da77a9 (patch) | |
| tree | 263cde51cd22b627950a08770c392575f28ea77c | |
| parent | Update for osx packaging (add support for debug builds, add build number to p... (diff) | |
| download | inkscape-9a61be527f357edfb1250bb36d050e80f5da77a9.tar.gz inkscape-9a61be527f357edfb1250bb36d050e80f5da77a9.zip | |
extensions: Also install extensions written in perl, shell, and ruby
(bzr r13788)
| -rw-r--r-- | share/extensions/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index d9d56a362..130ed6e40 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -13,7 +13,11 @@ otherstuffdir = $(datadir)/inkscape/extensions moduledir = $(datadir)/inkscape/extensions -extension_SCRIPTS = $(wildcard $(srcdir)/*.py) +extension_SCRIPTS = \ + $(wildcard $(srcdir)/*.py) \ + $(wildcard $(srcdir)/*.pl) \ + $(wildcard $(srcdir)/*.sh) \ + $(wildcard $(srcdir)/*.rb) otherstuff_DATA = \ fontfix.conf \ |
