Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/README
diff options
context:
space:
mode:
Diffstat (limited to 'help/README')
-rw-r--r--help/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/help/README b/help/README
new file mode 100644
index 0000000..80fb051
--- /dev/null
+++ b/help/README
@@ -0,0 +1,29 @@
+README file for help/ directory
+-------------------------------
+
+Zoltan Kovacs <kovzol@math.u-szeged.hu>
+
+Last modification information:
+$Header: /home/jblang/XaoS-cvsbackup/XaoS/help/README,v 1.1 2003-02-03 10:16:51 kovzol Exp $
+
+
+This directory contains several files for documentation of XaoS.
+
+The main file is xaos.hlp. From this will all scripts generate
+documentation files.
+
+To create HTML documentation (many .html files), please run
+"make html".
+
+To create TeX documentation (.dvi files) or .info files, go to ../doc
+and type "make".
+
+To create .rtf documentation, type "make rtf" or run "rtfconv.bat" (on
+Windows/CygWin development system). You will need xaoswin.rtf in order
+to generate xaoswin.hlp for your running Windows executable.
+
+To create xaoswin.hlp, you need the HCW package. Note that you also need
+xaoswin.Hpj and xaoswin.rtf (xaoswin.rtf must be generated with
+"make rtf" or using the "rtfconv.bat" utility).
+
+Finally, "make" will generate both .html and .rtf documentation.