]> git.lyx.org Git - features.git/commitdiff
add Comment layout to scrlttr2 textclass
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 11 Mar 2003 10:58:35 +0000 (10:58 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 11 Mar 2003 10:58:35 +0000 (10:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6442 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.m4

index a2cc687dd052be786c5a31a4c8f42955cfeed735..4f2614ec716470536d4530c42346a76e3a690586 100644 (file)
@@ -514,10 +514,8 @@ fi
 SEARCH_PROG([for an TGIF -> EPS/PPM converter], TGIF, tgif)
 if test "$TGIF" = "tgif"; then
 cat >>$outfile <<EOF
-\\converter tgif eps "tgif -print -eps \$\$i" ""
-\\converter tgif pdf "tgif -print -pdf \$\$i" ""
-\\converter tgif png "tgif -print -png \$\$i" ""
-\\converter tgif ppm "tgif -print -stdout -xpm \$\$i | xpmtoppm > \$\$o" ""
+\\converter tgif eps "tgif -stdout -print -color -eps \$\$i > \$\$o" ""
+\\converter tgif png "tgif -stdout -print -color -xpm \$\$i | xpmtoppm | pnmtopng > \$\$o" ""
 EOF
 fi