Texinfo source files for “The Common Lisp draft proposed American National Standard”.
Original TeX sources converted to texinfo with the help of dpans2texi. The resulting texinfo files are cleaned so that they can be compiled with makeinfo
and some enhancement are made, like added index, added hyperlinks etc.
You can convert this source to html or info manual or other supported formats with the texinfo program. There is a Makefile with some make commands. If you want to generate some rudimentary html you can run:
make html
# or
make html-with-highlights
NOTE: when generating files with makeinfo
on macOS, because of the case insensitive file system there is no TOC page (the TOC should be on the index.html page). If you want the generated manual with TOC use the make html-one-page
command.