
This is the Bacula documentation directory. It currently contains
the following subdirectories:

  Directory          Contents
  home-page          The Bacula Web Site
  manual             The English Bacula manual
  manual-de          The German Bacula manual (in translation)
  manual-fr          The French Bacula manual (in translation)
  developers         The developer's manual
  techlogs           Technical development logs

Build instructions:                       

You must have at least the following packages loaded:
latex2html
te_latex
tetex

First, you must do:

  cd <docs>
  ./configure --with-bacula=<path-to-bacula-source>

  This will find the current Bacula version, and create
  all the Makefiles from Makefile.in  

  Do not edit the Makefiles or your changes will be lost. Always
  edit Makefile.in

Web site:  nothing to build, simply copy the files to the
           Web site, then load the documents in the appropriate
           places.


English manual:
   cd <docs>
   make

   The above builds both the English Bacula document and
   the developer's document.  When the other languages are
   ready for distribution, it will also build those languages.

   cd manual
   make

   The bacula.pdf and the one big html file (bacula.html) will
   be in the directory manual.  
   The normal web document (multiple pages) is in
   manual/bacula

German manual:
   cd manual-de
   Same as above

French manual:
   cd manual-fr
   Same as above:

developer's manual:
   cd developers
   Same as above.

To create a distribution tar file:
   cd <docs>
   ./configure --with-bacula=<bacula-source-directory>
   make clean
   make
   make release

   The output will be a .tar.gz file in the current directory
   with the name bacula-doc-<version>.tar.gz 
   It will print the name.
