summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2007-01-13 08:15:20 +0000
committerkeescook <keescook@users.sourceforge.net>2007-01-13 08:15:20 +0000
commitf135794ed8543b0ba973a6fb885f39823eda3d16 (patch)
treef50737e13b3d725df9d7785f0fe6dce25367b436
parentsorted and added missing inx files (make check) (diff)
downloadinkscape-f135794ed8543b0ba973a6fb885f39823eda3d16.tar.gz
inkscape-f135794ed8543b0ba973a6fb885f39823eda3d16.zip
typo in extension sort
(bzr r2205)
-rw-r--r--share/extensions/Makefile.am6
1 files 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 \