Next: Makefile commands for either
Up: Makefile commands
Previous: src directory Makefile commands
  Contents
The following Makefile commands may be issed while the doc
directory is the current directory:
- make doc | make doc.all
Will run Latex on the VMD documentation files, and produce all the
guides for VMD. The following documents will be produced:
- ig.dvi the VMD Installation Guide.
- pg.dvi the VMD Programmers Guide.
- ug.dvi the VMD Users Guide.
- make doc.[ig | pg | ug]
Will run Latex and create the specified guide document, i.e., the
VMD Users Guide if make doc.ug is entered.
- make doc.book
This will format all the VMD documentation guides into a single
document in book format, with each individual Guide in a separate
Part. The resulting file will be called vmd.dvi.
vmd@ks.uiuc.edu