Add a Grace -> PPM converter.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6792 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-04-14 10:12:07 +00:00
parent 679d74f466
commit 290c946f3c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-04-11 Rob Lahaye <lahaye@users.sourceforge.net>
* configure.m4: add another Grace conversion from agr to ppm.
2003-04-10 John Levon <levon@movementarian.org>
* ui/default.ui: Add visibility tag to toolbars

View File

@ -533,6 +533,7 @@ cat >>$outfile <<EOF
\\converter agr eps "gracebat -hardcopy -printfile \$\$o -hdevice EPS \$\$i 2>/dev/null" ""
\\converter agr png "gracebat -hardcopy -printfile \$\$o -hdevice PNG \$\$i 2>/dev/null" ""
\\converter agr jpg "gracebat -hardcopy -printfile \$\$o -hdevice JPEG \$\$i 2>/dev/null" ""
\\converter agr ppm "gracebat -hardcopy -printfile \$\$o -hdevice PNM \$\$i 2>/dev/null" ""
EOF
fi