From 2d4fb7c49b8418e00da1ad3d2f3d507487878208 Mon Sep 17 00:00:00 2001 From: keescook Date: Sat, 13 Jan 2007 08:15:20 +0000 Subject: [PATCH] typo in extension sort --- share/extensions/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 22ed641d7..ad5f9d53b 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -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 \ -- 2.30.2