Read the README file for complete details. This file contains quick instructions for building the Athena User's Guide. At the command line: ~> ./configure # to configure TT for this document ~> ./bin/build -a # to build the html document ~> ./bin/tex -a # to build the latex document ~> ./bin/pod -a # to build the pod document Then, to build the PDF document: ~> cd tex/ ~> pdflatex athena.ltx ~> pdflatex athena.ltx # run latex twice for cross references That's it. You now place the html or pdf documents in any convenient location. All links in the html document use relative links. So you can simply drop the html/ and images/ direcories on a web server. To make the User's Guide available for use from within Athena, at command line do: ~> ./install To zip up the User's Guide into an easily transportable form for installation on a web server, do ~> ./package