From 3d2248e71a698f92ff3631a542e79cc0473f277a Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 27 Aug 2011 20:02:11 +0400 Subject: Added man page --- debian/open-axiom.1 | 58 ++++++++++++++++++++++++++++++++++++++++++++++ debian/open-axiom.manpages | 1 + 2 files changed, 59 insertions(+) create mode 100644 debian/open-axiom.1 create mode 100644 debian/open-axiom.manpages diff --git a/debian/open-axiom.1 b/debian/open-axiom.1 new file mode 100644 index 0000000..5a6f718 --- /dev/null +++ b/debian/open-axiom.1 @@ -0,0 +1,58 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. +.TH OPENAXIOM "1" "August 2011" "OpenAxiom 1.5.0-2011-07-07" "The open scientific computation platform" +.SH NAME +OpenAxiom \- open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences +.SH SYNOPSIS +.B open-axiom +[\fIoptions\fR] [\fIfile\fR] +.SH DESCRIPTION +.SS "General options:" +.TP +\fB\-\-help\fR +Print this information and exit. +.TP +\fB\-\-version\fR +Print OpenAxiom version and exit. +.TP +\fB\-\-script\fR +Execute the file argument as a Spad script. +If specified, this option should be last before file argument. +.TP +\fB\-\-compile\fR +Invoke the compiler on the file argument. +If specified, this option should be last before file argument. +.TP +\fB\-\-server\fR +Start the Superman as master process. +.TP +\fB\-\-no\-server\fR +Do not start Superman as master process. +.SS "Superman options:" +.TP +\fB\-\-no\-gui\fR +Do not start the Graphics or HyperDoc components. +.TP +\fB\-\-graph\fR +Start the Graphics component. This option is meaningful +only if OpenAxiom was built with graphics support. +.TP +\fB\-\-no\-graph\fR +Do not start the Graphics component. +.TP +\fB\-\-hyperdoc\fR +Start the HyperDoc component. This option is meaningful +only if OpenAxiom was built with graphics support. +.TP +\fB\-\-no\-hyperdoc\fR +Do not start the HyperDoc component. +.TP +\fB\-\-execute\fR cmd args +execute `cmd' with arguments `args' +.SS "Compiler options:" +.TP +\fB\-\-optimize=\fR +Set compiler optimization level to , a natural number. +.PP +If invoked without options and without an input file OpenAxiom will start as an interative program with Superman as the master process, the majority of uses. If invoked with a file as single argument, OpenAxiom assumes the file is a Spad script and will attempt to execute it as such. +.PP +Submit bug report to open\-axiom\-bugs@lists.sf.net diff --git a/debian/open-axiom.manpages b/debian/open-axiom.manpages new file mode 100644 index 0000000..2197053 --- /dev/null +++ b/debian/open-axiom.manpages @@ -0,0 +1 @@ +debian/open-axiom.1 -- cgit v1.2.3