view doc/README @ 240:b43e3e23583c

Added not about likely incompatibilities with source code from other assemblers when using the OS9 module target
author lost
date Sun, 16 Aug 2009 00:25:55 +0000
parents 427e268e876b
children
line wrap: on
line source

If there are no html files in the "manual" directory and there is no
"manual.html" file, it means that you have either checked out the source
repository on a non-release branch or the packager messed up.

In either case, if you have "docbook2html" installed, you should be able
to build the manual with one of the following:

docbook2html -o manual manual.docbook.sgml

or

docbook2html -u manual.docbook.sgml && mv manual.docbook.html manual/manual.html