summaryrefslogtreecommitdiffstats
path: root/share/extensions/Makefile.am
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-01-16 02:36:01 +0000
committermental <mental@users.sourceforge.net>2006-01-16 02:36:01 +0000
commit179fa413b047bede6e32109e2ce82437c5fb8d34 (patch)
treea5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /share/extensions/Makefile.am
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'share/extensions/Makefile.am')
-rw-r--r--share/extensions/Makefile.am99
1 files changed, 99 insertions, 0 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
new file mode 100644
index 000000000..2e32312ca
--- /dev/null
+++ b/share/extensions/Makefile.am
@@ -0,0 +1,99 @@
+
+extensiondir = $(datadir)/inkscape/extensions
+
+otherstuffdir = $(datadir)/inkscape/extensions
+
+moduledir = $(datadir)/inkscape/extensions
+
+extensions = \
+ ill2svg.pl \
+ SpSVG.pm \
+ svg_dropshadow \
+ dia2svg.sh \
+ sk2svg.sh \
+ ps2epsi.sh \
+ ps2pdf.sh \
+ txt2svg.pl \
+ inkscape-shadow.sh \
+ inkscape-shadow-white.sh \
+ embed_raster_in_svg.pl \
+ bezmisc.py \
+ cubicsuperpath.py \
+ dots.py \
+ ffgeom.py \
+ ffproc.py \
+ ffscale.py \
+ fretfind.py \
+ handles.py \
+ inkex.py \
+ interp.py \
+ kochify.py \
+ kochify_load.py \
+ lindenmayer.py \
+ motion.py \
+ pturtle.py \
+ radiusrand.py \
+ rtree.py \
+ simplepath.py \
+ simplestyle.py \
+ straightseg.py \
+ wavy.py \
+ whirl.py \
+ addnodes.py \
+ summersnight.py \
+ ps2dxf.sh \
+ embedimage.py \
+ extractimage.py \
+ svg_and_media_zip_output.py
+
+otherstuff =
+
+modules = \
+ svgz_input.inx \
+ svgz_output.inx \
+ ai_input.inx \
+ ai_output.inx \
+ ps_input.inx \
+ eps_input.inx \
+ sk_input.inx \
+ wmf_input.inx \
+ dropshadow.inx \
+ dia.inx \
+ epsi_output.inx \
+ pdf_output.inx \
+ txt2svg.inx \
+ dots.inx \
+ ffmet.inx \
+ ffms.inx \
+ ffss.inx \
+ ffset.inx \
+ handles.inx \
+ interp.inx \
+ kochify.inx \
+ kochify_load.inx \
+ lindenmayer.inx \
+ motion.inx \
+ radiusrand.inx \
+ rtree.inx \
+ straightseg.inx \
+ wavy.inx \
+ whirl.inx \
+ addnodes.inx \
+ summersnight.inx \
+ dxf_output.inx \
+ dxf_input.inx \
+ embedimage.inx \
+ extractimage.inx \
+ svg_and_media_zip_output.inx
+
+extension_SCRIPTS = \
+ $(extensions)
+
+otherstuff_DATA = \
+ $(otherstuff)
+
+module_DATA = \
+ $(modules)
+
+EXTRA_DIST = $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)
+