Code

typo in extension sort
authorkeescook <keescook@users.sourceforge.net>
Sat, 13 Jan 2007 08:15:20 +0000 (08:15 +0000)
committerkeescook <keescook@users.sourceforge.net>
Sat, 13 Jan 2007 08:15:20 +0000 (08:15 +0000)
share/extensions/Makefile.am

index 22ed641d7ef45342345457ec80c386826b6791ef..ad5f9d53b7226e8eed4edc4af67c22b21dbfb85e 100644 (file)
@@ -5,6 +5,8 @@ otherstuffdir = $(datadir)/inkscape/extensions
 
 moduledir = $(datadir)/inkscape/extensions
 
+# If you remove an extension from here, either add it to EXTRA_DIST
+# below, or remove all mention of it from po/inkscape.pot as well.
 extensions = \
        addnodes.py \
        bezmisc.py \
@@ -55,7 +57,7 @@ extensions = \
        outline2svg.pl  \
        pathalongpath.py\
        pathmodifier.py\
-       perspective.py
+       perspective.py \
        ps2dxf.sh \
        ps2epsi.sh \
        ps2pdf.cmd \
@@ -139,7 +141,7 @@ modules = \
        pathalongpath.inx\
        pdf_output.inx.txt \
        pdf_output_via_gs_on_win32.inx.txt \
-       perspective.inx
+       perspective.inx \
        ps_input.inx \
        radiusrand.inx \
        randompnt.inx \