# HG changeset patch # User jwe # Date 1045705258 0 # Node ID 05ba2a8757da8afb5fbb114bb82f65935649de6c # Parent 32800522a455cc57db4cd305e9443fb35bf3a4ea [project @ 2003-02-20 01:40:58 by jwe] diff -r 32800522a455 -r 05ba2a8757da doc/interpreter/Makefile.in --- a/doc/interpreter/Makefile.in Fri Feb 01 20:19:30 2008 -0500 +++ b/doc/interpreter/Makefile.in Thu Feb 20 01:40:58 2003 +0000 @@ -39,7 +39,7 @@ FORMATTED = octave.dvi octave.ps octave.info octave.info-[0-9]* octave_*.html -MAN_BASE := mkoctfile octave octave-bug +MAN_BASE := mkoctfile octave octave-bug octave-config MAN_SRC := $(addsuffix .1, $(MAN_BASE)) DISTFILES = Makefile.in dir munge-texi.cc $(MAN_SRC) \ diff -r 32800522a455 -r 05ba2a8757da doc/interpreter/octave-config.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/interpreter/octave-config.1 Thu Feb 20 01:40:58 2003 +0000 @@ -0,0 +1,37 @@ +.\" Man page contributed by Dirk Eddelbuettel +.\" and released under the GNU GPL +.TH OCTAVE-CONFIG 1 "19 February 2003" "GNU Octave" +.SH NAME +octave-config - GNU Octave component and library information retrieval +.SH SYNOPSIS +.BR octave-config\ [--m-site-dir]\ [--oct-site-dir]\ [-v|--version]\ +[-h|-?|--help] +.SH DESCRIPTION +.PP +\fIoctave-config\fP is a tool to obtain directory information for +.f .oct +and +.f .m +files for +.BR octave (1). +.SH OPTIONS +.l +\fIoctave-config\fP accepts the following options: +.TP 8 +.B \--m-site-dir +Display the main directory for local, or site-specific, .m script files. +.TP 8 +.B \--oct-site-dir +Display the main directory for local, or site-specific, .oct dynamic-link libraries. +.B \-v|\-\-version +Display the version number of +.BR octave (1). +.TP 8 +.B \-h|-?|--help +Display a help page about +\fIoctave-config\fP +.SH AUTHOR +John W. Eaton + +This manual page was contributed by Dirk Eddelbuettel +for the Debian GNU/Linux distribution but may be used by others.