August 2004

The contents of the ./source directory are the source.

    The contents of ./info ./html ./man ./texi are generated
from the source, therefore always make changes to files
in ./source.  Changes to files in ./texi ./info ./man 
./html will be lost.
  
To delete all generated files and remake from scratch
do:   
       make realclean all

The root of the info tree is info/swbis.info

The root of the html tree is html/swbis.html 

To format the sgml man pages file you will need

-rw-rw-r--   1 jhl      other      126671 Dec 20 22:33 docbook-to-man.tar.gz
-rw-rw-r--   1 jhl      other       47501 Dec 21 10:59 docbk241.tar.Z
-rw-rw-r--   1 jhl      other       13484 Dec 29 22:52 man2HTML.tar.gz

docbook-to-man is a free tool from the OSF.
docbk241.tar.Z is the docbook DTD v2.41 package from Davenport Co.
man2HTML is a manpage to HTML translator.

If you don't care to format yourself, pre-formatted files are
provided in the ./man ./info ./html and ./text directories.

BUG:
The sgml source files produce so many warnings that
I had to edit the sgml parser wrapper shell script (which launches the
sgml parser) to allow more parser warnings before quitting with an
error (This is a command line switch to the parser found in the
shell script).

