7018
|
1 .\" Copyright (C) 2003, 2004, 2005, 2006, 2007 Dirk Eddelbuettel |
|
2 .\" |
|
3 .\" This file is part of Octave. |
|
4 .\" |
|
5 .\" Octave is free software; you can redistribute it and/or modify it |
|
6 .\" under the terms of the GNU General Public License as published by the |
|
7 .\" Free Software Foundation; either version 3 of the License, or (at |
|
8 .\" your option) any later version. |
|
9 .\" |
|
10 .\" Octave is distributed in the hope that it will be useful, but WITHOUT |
|
11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
12 .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
13 .\" for more details. |
|
14 .\" |
|
15 .\" You should have received a copy of the GNU General Public License |
|
16 .\" along with Octave; see the file COPYING. If not, see |
|
17 .\" <http://www.gnu.org/licenses/>. |
|
18 .\" |
|
19 .\" This page was contributed by Dirk Eddelbuettel <edd@debian.org>. |
|
20 .\" |
4339
|
21 .TH OCTAVE-CONFIG 1 "19 February 2003" "GNU Octave" |
|
22 .SH NAME |
|
23 octave-config - GNU Octave component and library information retrieval |
|
24 .SH SYNOPSIS |
5457
|
25 .B octave-config |
|
26 .RI [ options ] |
4339
|
27 .SH DESCRIPTION |
|
28 .PP |
5457
|
29 .B octave-config |
|
30 is a tool to obtain directory information for |
4781
|
31 .I .oct |
4339
|
32 and |
4781
|
33 .I .m |
4339
|
34 files for |
|
35 .BR octave (1). |
|
36 .SH OPTIONS |
5457
|
37 .B octave-config |
|
38 accepts the following options: |
4339
|
39 .TP 8 |
|
40 .B \--m-site-dir |
|
41 Display the main directory for local, or site-specific, .m script files. |
|
42 .TP 8 |
|
43 .B \--oct-site-dir |
|
44 Display the main directory for local, or site-specific, .oct dynamic-link libraries. |
4444
|
45 .TP 8 |
|
46 .B \-p|\-\-print VAR |
|
47 Print the default value of the Octave configuration variable VAR. |
|
48 Recognized variables are: |
|
49 .RS |
|
50 CANONICAL_HOST_TYPE LOCALFCNFILEDIR |
|
51 DEFAULT_PAGER LOCALFCNFILEPATH |
|
52 ARCHLIBDIR LOCALOCTFILEDIR |
|
53 BINDIR LOCALOCTFILEPATH |
|
54 DATADIR LOCALSTARTUPFILEDIR |
|
55 EXEC_PREFIX LOCALVERARCHLIBDIR |
|
56 FCNFILEDIR LOCALVERFCNFILEDIR |
|
57 FCNFILEPATH LOCALVEROCTFILEDIR |
|
58 IMAGEDIR MAN1DIR |
5921
|
59 IMAGE_PATH MAN1EXT |
4444
|
60 INCLUDEDIR MANDIR |
|
61 INFODIR OCTFILEDIR |
|
62 INFOFILE OCTINCLUDEDIR |
|
63 LIBDIR OCTLIBDIR |
|
64 LIBEXECDIR PREFIX |
|
65 LIBEXECDIR STARTUPFILEDIR |
|
66 LOCALARCHLIBDIR VERSION |
|
67 .RE |
|
68 .TP 8 |
4339
|
69 .B \-v|\-\-version |
|
70 Display the version number of |
|
71 .BR octave (1). |
|
72 .TP 8 |
|
73 .B \-h|-?|--help |
|
74 Display a help page about |
5457
|
75 .B octave-config |
4339
|
76 .SH AUTHOR |
9322
|
77 John W. Eaton <jwe@octave.org> |
4339
|
78 |
|
79 This manual page was contributed by Dirk Eddelbuettel <edd@debian.org> |
|
80 for the Debian GNU/Linux distribution but may be used by others. |