Code

Following this thread: http://www.nabble.com/Extension-parameters-td9064285.html...
[inkscape.git] / share / extensions / Makefile.am
index 026fe010c7251eb9ec115118a791534d8698de24..fae1c01bd81b752efbee097efca9bab02277d20a 100644 (file)
@@ -1,5 +1,6 @@
 
 SUBDIRS = \
+       alphabet_soup \
        Barcode \
        xaml2svg
 
@@ -58,8 +59,6 @@ extensions = \
        handles.py \
        ill2svg.pl \
        inkex.py \
-       inkscape-shadow.sh \
-       inkscape-shadow-white.sh \
        interp.py \
        lindenmayer.py \
        lorem_ipsum.py \
@@ -79,6 +78,8 @@ extensions = \
        pturtle.py \
        radiusrand.py \
        render_barcode.py \
+       render_alphabetsoup.py \
+       render_alphabetsoup_config.py \
        rtree.py \
        rubberstretch.py\
        simplepath.py \
@@ -112,7 +113,7 @@ extensions = \
        whirl.py
 
 otherstuff = \
-    aisvg.xslt \
+       aisvg.xslt \
        colors.xml \
        svg2xaml.xsl \
        xaml2svg.xsl
@@ -191,6 +192,7 @@ modules = \
        randompnt.inx \
        randompos.inx \
        render_barcode.inx \
+       render_alphabetsoup.inx \
        rubberstretch.inx \
        rtree.inx \
        sk_input.inx \