Code

rename
[inkscape.git] / share / extensions / Makefile.am
index a75af558379a80bf7b801a6535770abfb3222f45..be3e3d1183b51ac951b90737ace5131f7bfb1484 100644 (file)
@@ -13,6 +13,7 @@ extensions = \
        sk2svg.sh \
        ps2epsi.sh \
        ps2pdf.sh \
+       ps2pdf.cmd \
        txt2svg.pl \
        inkscape-shadow.sh \
        inkscape-shadow-white.sh \
@@ -20,21 +21,18 @@ extensions = \
        bezmisc.py \
        cubicsuperpath.py \
        dots.py \
-       ffgeom.py \
-       ffproc.py \
-       ffscale.py \
-       fretfind.py \
+       export_gimp_palette.py \
+       funcplot.py \
        handles.py \
        inkex.py \
        interp.py \
-       kochify.py \
-       kochify_load.py \
        lindenmayer.py \
        motion.py \
        pturtle.py \
        radiusrand.py \
        rtree.py \
        simplepath.py \
+       simplepath.rb \
        simplestyle.py \
        straightseg.py \
        wavy.py \
@@ -47,35 +45,65 @@ extensions = \
        svg_and_media_zip_output.py \
        dxf_outlines.py \
        fig2svg.sh \
-    cspsubdiv.py \
-    flatten.py \
-    gimp_xcf.py
+       cspsubdiv.py \
+       flatten.py \
+       measure.py \
+       gimp_xcf.py \
+       eqtexsvg.py \
+       markers_strokepaint.py \
+       lorem_ipsum.py \
+       webbrowser_manual.py \
+       webbrowser_relnotes.py \
+       webbrowser_reportabug.py \
+       webbrowser_svgspec.py \
+       webbrowser_commandline.py \
+       webbrowser_faq.py\
+       color_custom.py\
+       color_desaturate.py\
+       coloreffect.py\
+       color_grayscale.py\
+       color_brighter.py\
+       color_darker.py\
+       color_negative.py\
+       color_removeblue.py\
+       color_removegreen.py\
+       color_removered.py\
+       color_rgbbarrel.py\
+       color_moresaturation.py\
+       color_lesssaturation.py\
+       color_morelight.py\
+       color_lesslight.py\
+       color_morehue.py\
+       color_lesshue.py\
+       pathalongpath.py\
+       rubberstretch.py\
+       pathmodifier.py
 
-otherstuff =
+
+otherstuff = \
+    aisvg.xslt
 
 modules = \
        svgz_input.inx \
        svgz_output.inx \
        ai_input.inx \
        ai_output.inx \
+       aisvg.inx \
        ps_input.inx \
        eps_input.inx \
+       export_gimp_palette.inx \
        sk_input.inx \
        wmf_input.inx \
-       dropshadow.inx \
+       svg_dropshadow.inx \
        dia.inx \
        epsi_output.inx \
-       pdf_output.inx \
+       pdf_output.inx.txt \
+       pdf_output_via_gs_on_win32.inx.txt \
        txt2svg.inx \
        dots.inx \
-       ffmet.inx \
-       ffms.inx \
-       ffss.inx \
-       ffset.inx \
+       funcplot.inx \
        handles.inx \
        interp.inx \
-       kochify.inx \
-       kochify_load.inx \
        lindenmayer.inx \
        motion.inx \
        radiusrand.inx \
@@ -91,9 +119,39 @@ modules = \
        extractimage.inx \
        svg_and_media_zip_output.inx \
        dxf_outlines.inx \
-    fig_input.inx \
-    flatten.inx \
-    gimp_xcf.inx
+       fig_input.inx \
+       flatten.inx \
+       measure.inx \
+       gimp_xcf.inx \
+       randompnt.inx \
+       randompos.inx \
+       eqtexsvg.inx \
+       markers_strokepaint.inx \
+       lorem_ipsum.inx \
+       inkscape_help_manual.inx \
+       inkscape_help_relnotes.inx \
+       inkscape_help_reportabug.inx \
+       inkscape_help_svgspec.inx \
+       inkscape_help_commandline.inx \
+       inkscape_help_faq.inx\
+       color_brighter.inx\
+       color_darker.inx\
+       color_desaturate.inx\
+       color_grayscale.inx\
+       color_negative.inx\
+       color_removeblue.inx\
+       color_removegreen.inx\
+       color_removered.inx\
+       color_rgbbarrel.inx\
+       color_custom.inx \
+       color_moresaturation.inx\
+       color_lesssaturation.inx\
+       color_morelight.inx\
+       color_lesslight.inx\
+       color_morehue.inx\
+       color_lesshue.inx\
+       pathalongpath.inx
+
 
 extension_SCRIPTS = \
        $(extensions)