From e6dae25711cc14e3a5162e26b56e23d2193abef3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Sat, 2 Mar 2002 12:11:55 +0000 Subject: [PATCH] auto updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3638 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure | 29 ++++++++++++++++++++++++++--- po/POTFILES.in | 1 + 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/lib/configure b/lib/configure index d8b9b99ce1..95476d60f2 100755 --- a/lib/configure +++ b/lib/configure @@ -1088,7 +1088,7 @@ if test -z "$TOEPS" ; then fi case $TOEPS in - convert) gif_to_eps="convert GIF:\$\$i EPS:\$\$o" png_to_eps="convert PNG:\$\$i EPS:\$\$o" jpg_to_eps="convert JPG:\$\$i EPS:\$\$o";; + convert) bmp_to_eps="convert BMP:\$\$i EPS:\$\$o" fits_to_eps="convert FITS:\$\$i EPS:\$\$o" gif_to_eps="convert GIF:\$\$i EPS:\$\$o" jpg_to_eps="convert JPG:\$\$i EPS:\$\$o" pbm_to_eps="convert PBM:\$\$i EPS:\$\$o" pgm_to_eps="convert PGM:\$\$i EPS:\$\$o" png_to_eps="convert PNG:\$\$i EPS:\$\$o" ppm_to_eps="convert PPM:\$\$i EPS:\$\$o" sgi_to_eps="convert SGI:\$\$i EPS:\$\$o" xwd_to_eps="convert XWD:\$\$i EPS:\$\$o" ;; pnmtops) gif_to_eps="giftopnm \$\$i | pnmtops > \$\$o" png_to_eps="pngtopnm \$\$i | pnmtops >\$\$o" jpg_to_eps="jpegtopnm \$\$i | pnmtops >\$\$o";; esac @@ -1296,11 +1296,14 @@ cat >$outfile <$outfile <$outfile < \$\$o" "" +\\converter xwd eps "$xwd_to_eps" "" + +\\converter tgif gif "tgif -print -gif \$\$i" "" +\\converter tgif pdf "tgif -print -pdf \$\$i" "" \\converter gif png "$gif_to_png" "" \\converter eps png "$eps_to_png" "" diff --git a/po/POTFILES.in b/po/POTFILES.in index eda8242397..368b9b8b89 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -33,6 +33,7 @@ src/frontends/gnome/FormIndex.C src/frontends/gnome/FormPrint.C src/frontends/gnome/FormRef.C src/frontends/gnome/FormToc.C +src/frontends/qt2/Alert_pimpl.C src/frontends/qt2/FileDialog.C src/frontends/qt2/lengthcombo.C src/frontends/qt2/QAbout.C -- 2.39.2