Mercurial > hg > octave-thorsten
changeset 6538:e3a7611430a8
[project @ 2007-04-18 18:27:47 by jwe]
author | jwe |
---|---|
date | Wed, 18 Apr 2007 18:30:18 +0000 |
parents | 062bade36bf7 |
children | bfb71a842496 |
files | doc/interpreter/package.txi run-octave.in |
diffstat | 2 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/package.txi +++ b/doc/interpreter/package.txi @@ -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)
--- a/run-octave.in +++ b/run-octave.in @@ -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