]> git.lyx.org Git - features.git/commitdiff
Add a Grace -> PPM converter.
authorAngus Leeming <leeming@lyx.org>
Mon, 14 Apr 2003 10:12:07 +0000 (10:12 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 14 Apr 2003 10:12:07 +0000 (10:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6792 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index 0ffaa8f35fa1417c843a11c70ac81eae5e21d9e3..d51e3a4dbe0d44abc7d40de2b80f8006a909887a 100644 (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
index 4f2614ec716470536d4530c42346a76e3a690586..6485b099bfe6f6b502dd2f8e43c5167db32d311e 100644 (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