summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-08-28 03:16:30 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-08-28 03:16:30 +0400
commitb9e06f95fd9ccac25ba9b34256188c122759eb30 (patch)
treeaf84c719afd24d087a2700f8f64f9654fecb4582
parentab060738c5dd40b693bb7c3b3a2b52f553618ea6 (diff)
downloadopen-axiom-debian-b9e06f95fd9ccac25ba9b34256188c122759eb30.tar.gz
Removed debian/open-axiom.1
-rw-r--r--debian/open-axiom.158
1 files changed, 0 insertions, 58 deletions
diff --git a/debian/open-axiom.1 b/debian/open-axiom.1
deleted file mode 100644
index 4559a40..0000000
--- a/debian/open-axiom.1
+++ /dev/null
@@ -1,58 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
-.TH OPEN-AXIOM "1" "August 2011" "open-axiom 1.4.1+svn~2299" "The open scientific computation platform"
-.SH NAME
-open-axiom \- open source platform for symbolic, algebraic, and numerical computations
-.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<n>
-Set compiler optimization level to <n>, 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