Fix bug displaying tgif images and with exporting them to pdflatex

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3662 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-03-05 11:02:32 +00:00
parent a7a622e888
commit b32de13261
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-03-04 Herbert Voss <voss@perce.de>
* configure.m4: fix the problem with tgif's xpm export
2002-03-03 Herbert Voss <voss@perce.de>
* configure.m4: added more converter stuff for different formats

View File

@ -519,8 +519,9 @@ cat >$outfile <<EOF
\\converter xbm eps "$xbm_to_eps" ""
\\converter xwd eps "$xwd_to_eps" ""
\\converter tgif gif "tgif -print -gif \$\$i" ""
\\converter tgif pdf "tgif -print -pdf \$\$i" ""
\\converter tgif xpm "tgif -print -stdout -xpm \$\$i > \$\$o" ""
\\converter tgif png "tgif -print -stdout -png \$\$i > \$\$o" ""
\\converter tgif pdf "tgif -print -stdout -pdf \$\$i > \$\$o" ""
\\converter gif png "$gif_to_png" ""
\\converter eps png "$eps_to_png" ""