4.6.2 Generating documentation
Three levels of documentation are available for installation. The
following table lists them in order of increasing complexity,
along with the command sequence to install each.
Level | Images | Web | Command |
Reduced Info | no | no | make && make install |
Full Info | Yes | no | make && make info && make install-info |
Web | yes | yes | make && make doc && make install-doc |
The web documentation includes all info files, images, and web
documents. The reduced info option omits images and info files
that are either highly dependent upon images, or discuss technical
program details.