]> git.lyx.org Git - features.git/commitdiff
fix epsi->eps converter
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 23 Aug 2002 14:02:49 +0000 (14:02 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 23 Aug 2002 14:02:49 +0000 (14:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5084 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index a41fce5e363ccc3d27c62b251aff60bd017a2898..e41380642349f26a67d930e752ee2072f5abf331 100644 (file)
@@ -1,5 +1,7 @@
 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
+       * configure.m4: fix epsi->eps converter
+
        * ui/default.ui: add menu entry for optional-insert
 
        * CREDITS: update Martin's entry
index b085e49e6957d7b6270d25728591dd3f0cfbfafb..178ed8d594c8fdb8511b4871894b81089358a437 100644 (file)
@@ -532,7 +532,7 @@ SEARCH_PROG([for an EPSI ->  EPS/XPM converter], EPS2EPS, eps2eps)
 if test "$EPS2EPS" = "eps2eps"; then
 cat >>$outfile <<EOF
 \\converter epsi pdf "epstopdf --outfile=\$\$o \$\$i" ""
-\\converter epsi eps "eps2eps \$\$i $$o" ""
+\\converter epsi eps "eps2eps \$\$i \$\$o" ""
 \\converter epsi xpm "eps2eps -sOutputFile=- \$\$i dummy.eps | convert - \$\$o" ""
 EOF
 fi