In order to compile Pure C help file
sources (.SCR), launch HC.TTP (given
in the Pure C package) with the
name of a command file (.CMD) as
parameter.

Since HC.TTP adds automatically the
screens "Copyright" and "Index",
you must remove them from your
hyper text sources (.SCR). In order
to translate these two screens
write yourself into the executable
file HC.TTP!!!

Note that HELPRC.TTP will generate
them, so don't forget to remove
them before compilation.

Note: HC.TTP doesn't handle properly
tab characters! Before any compilation
expand yourself each '\t' character
with the following Unix (MiNT) command:

"setenv UNIXMODE b"    (binary mode)
"expand -4 pc.txt >pc.scr"
(replaces '\t' with '    ')

