It is possible to build the eSvn documentation in HTML and PDF without building the eSvn program.
Procedure B.4. Building the eSvn Documentation
Do svn update.
cd dist
make clean
make doc
Procedure B.5. Building the eSvn HTML Documentation
Do svn update.
cd dist
make clean
make HTML
Procedure B.6. Building the eSvn PDF Documentation
Do svn update.
cd dist
make clean
make fo
![]() |
|
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. |