
This is the Bacula documentation directory.

Build instructions:                       

See the file README.pct for more details of the 
build system.  Note, all the previous xxx.in files have
been removed except for one:

  manuals/version.tex.in

You normally should not edit that file, rather edit
version.tex, see the end of this file for more on
versions.

For latex2html to find latex/, you may need:

export TEXINPUTS=`pwd`/latex

You must have at least the following packages loaded:
latex2html
te_latex
tetex
libhtml-parser-perl
libhtml-treebuilder-libxml-perl

instead of the full tex package, you can load:

texlive-base
texlive-fonts-recommended
texlive-latex-recommended

I tend to load pretty much everything with the following apt packages:

dvipdfmx texlive latex2html

and for rpms:

tetex tetex-dvips tetx-fonds tetx-latex

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 all the Bacula English manuals.    
   At some point in the future, it will also build the
   other languages, when they are ready for distribution.

   Each subdirectory of manuals/en/xxx contains a subdirectory
   named xxx which contains the web version of that particular
   manual.  The pdf is in manuals/en/xxx/xxx.pdf

  NOTE!!! Please note that running multiple simultaneous makes does
   not work.  I.e. "make -j3" will fail.  If you have a solution, please
   send it to me.  Thanks.

German manual:
   cd <docs>
   make german
   Same as above

French manual:
   cd <docs>
   make french
   Same as above:

A distribution is made by exporting the SVN then building everything
and finally tarring it up.

Note: normally this directory is distributed with the correct 
version and date.  If you want to change it, simply manually
edit <docs>/manuals/version.tex.

If you want to update the version "automatically" or synchronize
it with the source, edit the update_version file and change the
BACULA_SOURCE variable to point to your source file, then
simply enter:

  ./update_version
