Part of Odin Tracker 1.13.

Utils to create the online help.

help.in         help text source
                ASCII 128 characters are replaced by page numbers,
                ASCII 129 characters are page breaks,
                Other crypting ASCII characters are PETSCII color codes. :)
paginate.cpp    Insert page numbers and convert help.in to PETSCII pages
                in separate files and a single ASCII text file.
help.s          kludgy file to include all the pages.
makefile.unx    makefile for Unix (GNU make)
makefile.vc     makefile for Windows (nmake)
makefile.wc     makefile for DOS (wmake)

"paginate" complains about undefined conversions.
Those are the PETSCII codes for colors,
so you can safely ignore those warnings.
