diff run-octave.in @ 6538:e3a7611430a8

[project @ 2007-04-18 18:27:47 by jwe]
author jwe
date Wed, 18 Apr 2007 18:30:18 +0000
parents ccdb8ffbb994
children ecc8d30fa288
line wrap: on
line diff
--- a/run-octave.in	Wed Apr 18 16:40:25 2007 +0000
+++ b/run-octave.in	Wed Apr 18 18:30:18 2007 +0000
@@ -29,8 +29,9 @@
 
 LOADPATH="$d1_path:$d2_path:$d3_path:$d4_path"
 IMAGEPATH="$top_srcdir/scripts/image"
+INFOFILE="$builddir/doc/interperter/octave.info"
 
-args="--no-initial-path --path=\"$LOADPATH\" --image-path=\"$IMAGEPATH\""
+args="--no-initial-path --path=\"$LOADPATH\" --image-path=\"$IMAGEPATH\" --info=file=\"$INFOFILE\""
 
 if [ $# -gt 0 ]; then
   if [ "x$1" = "x-g" ]; then