From cd6b13ef50dee85b9c89c6ee47e14e8b04302715 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Sep 2008 06:07:13 +0000 Subject: docu ypdate --- docs/help.txt | 2 +- docs/pod/fype.1.gz | Bin 6051 -> 6093 bytes docs/pod/fype.html | 13 ++++++++++--- docs/pod/fype.man | 18 ++++++++++++++---- docs/pod/fype.pod | 14 +++++++++++--- docs/pod/fype.tex | 17 ++++++++++++++--- docs/pod/fype.txt | 13 +++++++++++-- docs/version.txt | 2 +- 8 files changed, 62 insertions(+), 17 deletions(-) (limited to 'docs') diff --git a/docs/help.txt b/docs/help.txt index e676e64..d7163e6 100644 --- a/docs/help.txt +++ b/docs/help.txt @@ -1,4 +1,4 @@ -Fype v0.0-devel Build 9201 +Fype v0.1-devel Build 9208 Copyright by Paul C. Buetow (2005 - 2008) -e Executes given code string (see synopses) -h Prints this help diff --git a/docs/pod/fype.1.gz b/docs/pod/fype.1.gz index bf89a36..997c2f5 100644 Binary files a/docs/pod/fype.1.gz and b/docs/pod/fype.1.gz differ diff --git a/docs/pod/fype.html b/docs/pod/fype.html index a489e26..65bb572 100644 --- a/docs/pod/fype.html +++ b/docs/pod/fype.html @@ -71,7 +71,7 @@

NAME

Fype is for your program execution

Fype is free yak programed for ELF

-

It's not a hype - it's Fype!

+

It's not a hype - it's Fype!


@@ -101,7 +101,7 @@ TODO file of the source distribution of Fype!


REQUIREMENTS

-

Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU.

+

Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. Linux users have to install pmake before compiling Fype!

You will also need:

         GNU GCC C Compiler (gcc.gnu.org)
@@ -110,7 +110,14 @@ TODO file of the source distribution of Fype!


GETTING STARTED

-

Extract, compile and install Fype:

+

On Linux: Extract, compile and install Fype:

+
+        tar xvjf fype.tar.bz2
+        cd fype
+        pmake
+        sudo pmake install 
+        pmake clean
+

On FreeBSD: Extract, compile and install Fype:

         tar xvjf fype.tar.bz2
         cd fype
diff --git a/docs/pod/fype.man b/docs/pod/fype.man
index 789f1b2..de7e5e4 100644
--- a/docs/pod/fype.man
+++ b/docs/pod/fype.man
@@ -129,13 +129,13 @@
 .\" ========================================================================
 .\"
 .IX Title "FYPE 1"
-.TH FYPE 1 "2008-09-05" "Fype v0.0-devel Build 9201" "The Fype Users Manual Page"
+.TH FYPE 1 "2008-09-06" "Fype v0.1-devel Build 9207" "The Fype Users Manual Page"
 .SH "NAME"
 \&\fBFype\fR is \fBf\fRor \fBy\fRour \fBp\fRrogram \fBe\fRxecution
 .PP
 \&\fBFype\fR is \fBf\fRree \fBy\fRak \fBp\fRrogramed for \fBE\fRLF
 .PP
-It's not a hype \- it's Fype!
+It's not a hype \- it's \fBFype\fR!
 .SH "SYNOPSES"
 .IX Header "SYNOPSES"
 .IP "\fBfype\fR [\-[hsvTV]] file.fy" 4
@@ -162,7 +162,7 @@ Fancy stuff like \s-1OOP\s0 or unicode or threading is not yet planed. But fancy
 The Fype syntax is very simple and is using a maximum look ahead of 1 and a very easy top down parsing. Fype is parsing and interpreting its code simultaneous. This means, that syntax errors are only detected during program runtime. 
 .SH "REQUIREMENTS"
 .IX Header "REQUIREMENTS"
-Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or \s-1SFU\s0.
+Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or \s-1SFU\s0. Linux users have to install pmake before compiling Fype!
 .PP
 You will also need:
 .PP
@@ -172,7 +172,17 @@ You will also need:
 .Ve
 .SH "GETTING STARTED"
 .IX Header "GETTING STARTED"
-Extract, compile and install Fype:
+On Linux: Extract, compile and install Fype:
+.PP
+.Vb 5
+\&        tar xvjf fype.tar.bz2
+\&        cd fype
+\&        pmake
+\&        sudo pmake install 
+\&        pmake clean
+.Ve
+.PP
+On FreeBSD: Extract, compile and install Fype:
 .PP
 .Vb 5
 \&        tar xvjf fype.tar.bz2
diff --git a/docs/pod/fype.pod b/docs/pod/fype.pod
index 181f39f..c795c89 100644
--- a/docs/pod/fype.pod
+++ b/docs/pod/fype.pod
@@ -4,7 +4,7 @@ B is Bor Bour B

rogram Bxecution B is Bree Bak B

rogramed for BLF -It's not a hype - it's Fype! +It's not a hype - it's B! =head1 SYNOPSES @@ -35,7 +35,7 @@ The Fype syntax is very simple and is using a maximum look ahead of 1 and a very =head1 REQUIREMENTS -Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. +Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. Linux users have to install pmake before compiling Fype! You will also need: @@ -44,7 +44,15 @@ You will also need: =head1 GETTING STARTED -Extract, compile and install Fype: +On Linux: Extract, compile and install Fype: + + tar xvjf fype.tar.bz2 + cd fype + pmake + sudo pmake install + pmake clean + +On FreeBSD: Extract, compile and install Fype: tar xvjf fype.tar.bz2 cd fype diff --git a/docs/pod/fype.tex b/docs/pod/fype.tex index c6804f8..f344138 100644 --- a/docs/pod/fype.tex +++ b/docs/pod/fype.tex @@ -9,7 +9,7 @@ -It's not a hype - it's Fype! +It's not a hype - it's \textbf{Fype}! \section{SYNOPSES\label{SYNOPSES}\index{SYNOPSES}} \begin{description} @@ -46,7 +46,7 @@ The Fype syntax is very simple and is using a maximum look ahead of 1 and a very \section{REQUIREMENTS\label{REQUIREMENTS}\index{REQUIREMENTS}} -Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. +Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. Linux users have to install pmake before compiling Fype! @@ -59,7 +59,18 @@ You will also need: \section{GETTING STARTED\label{GETTING_STARTED}\index{GETTING STARTED}} -Extract, compile and install Fype: +On Linux: Extract, compile and install Fype: + +\begin{verbatim} + tar xvjf fype.tar.bz2 + cd fype + pmake + sudo pmake install + pmake clean +\end{verbatim} + + +On FreeBSD: Extract, compile and install Fype: \begin{verbatim} tar xvjf fype.tar.bz2 diff --git a/docs/pod/fype.txt b/docs/pod/fype.txt index be020d9..92e62d6 100644 --- a/docs/pod/fype.txt +++ b/docs/pod/fype.txt @@ -41,7 +41,8 @@ PARSING / CODE GENERATION REQUIREMENTS Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows - support is not planned. But may work using Cygwin or SFU. + support is not planned. But may work using Cygwin or SFU. Linux users + have to install pmake before compiling Fype! You will also need: @@ -49,7 +50,15 @@ REQUIREMENTS NetBSD Make aka pmake (GNU Make will not work) (it's included in any *BSD) GETTING STARTED - Extract, compile and install Fype: + On Linux: Extract, compile and install Fype: + + tar xvjf fype.tar.bz2 + cd fype + pmake + sudo pmake install + pmake clean + + On FreeBSD: Extract, compile and install Fype: tar xvjf fype.tar.bz2 cd fype diff --git a/docs/version.txt b/docs/version.txt index fb83624..8493ac9 100644 --- a/docs/version.txt +++ b/docs/version.txt @@ -1 +1 @@ -Fype v0.0-devel Build 9201 +Fype v0.1-devel Build 9208 -- cgit v1.2.3