# HG changeset patch # User jwe # Date 1176921018 0 # Node ID e3a7611430a80cdf56f735f78dace6d3fc8e756a # Parent 062bade36bf751d53484e377368bb74b673d864c [project @ 2007-04-18 18:27:47 by jwe] diff -r 062bade36bf7 -r e3a7611430a8 doc/interpreter/package.txi --- a/doc/interpreter/package.txi Wed Apr 18 16:40:25 2007 +0000 +++ b/doc/interpreter/package.txi Wed Apr 18 18:30:18 2007 +0000 @@ -22,6 +22,7 @@ * Creating Packages:: @end menu +@findex pkg @node Installing and Removing Packages @section Installing and Removing Packages @@ -462,7 +463,3 @@ @code{PKG_DEL} directives work in the same way, except the @code{PKG_ADD} keyword is replaced with @code{PKG_DEL} and the commands get added to the @code{PKG_DEL} file. - -@c Perhaps we should include this line when creating info files? -@c That way the user can still type 'doc pkg'. -@c DOCSTRING(pkg) diff -r 062bade36bf7 -r e3a7611430a8 run-octave.in --- 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