mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
fix epsi->eps converter
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5084 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa495275eb
commit
2e08ad1842
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user