changeset 4339:05ba2a8757da

[project @ 2003-02-20 01:40:58 by jwe]
author jwe
date Thu, 20 Feb 2003 01:40:58 +0000
parents 32800522a455
children 8aa604426d35
files doc/interpreter/Makefile.in doc/interpreter/octave-config.1
diffstat 2 files changed, 38 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) \
--- /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 <edd@debian.org>
+.\" 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 <jwe@bevo.che.wisc.edu>
+
+This manual page was contributed by Dirk Eddelbuettel <edd@debian.org> 
+for the Debian GNU/Linux distribution but may be used by others.