From 290c946f3c36b4cc37d93cad6460100c127fbc51 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 14 Apr 2003 10:12:07 +0000 Subject: [PATCH] Add a Grace -> PPM converter. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6792 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/configure.m4 | 1 + 2 files changed, 5 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 0ffaa8f35f..d51e3a4dbe 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-04-11 Rob Lahaye + + * configure.m4: add another Grace conversion from agr to ppm. + 2003-04-10 John Levon * ui/default.ui: Add visibility tag to toolbars diff --git a/lib/configure.m4 b/lib/configure.m4 index 4f2614ec71..6485b099bf 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -533,6 +533,7 @@ cat >>$outfile </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 -- 2.39.2