Building the eSvn Documentation

It is possible to build the eSvn documentation in HTML and PDF without building the eSvn program.

Procedure B.4. Building the eSvn Documentation

  1. Do svn update.

  2. cd dist

  3. make clean

  4. make doc

Procedure B.5. Building the eSvn HTML Documentation

  1. Do svn update.

  2. cd dist

  3. make clean

  4. make HTML

Procedure B.6. Building the eSvn PDF Documentation

  1. Do svn update.

  2. cd dist

  3. make clean

  4. make fo

[Note]

In order to transform the documentation to PDF, the HTML target must have been run at least once. If you have run the HTML target at least once but added images to the source, then the HTML target must be run again. It is not necessary to tun the HTML target is documentation changes did not include the addition of images.