]> git.sur5r.net Git - bacula/docs/blob - docs/README
Create configuration
[bacula/docs] / docs / README
1
2 This is the Bacula documentation directory. It currently contains
3 the following subdirectories:
4
5   Directory          Contents
6   home-page          The Bacula Web Site
7   manual             The English Bacula manual
8   manual-de          The German Bacula manual (in translation)
9   manual-fr          The French Bacula manual (in translation)
10   developers         The developer's manual
11   techlogs           Technical development logs
12
13 Build instructions:                       
14
15 First, you must do:
16
17   cd <docs>
18   ./configure --with-bacula=<path-to-bacula-source>
19
20   This will find the current Bacula version, and create
21   all the Makefiles from Makefile.in  
22
23   Do not edit the Makefiles or your changes will be lost. Always
24   edit Makefile.in
25
26 Web site:  nothing to build, simply copy the files to the
27            Web site, then load the documents in the appropriate
28            places.
29
30 English manual:
31    cd manual
32    make
33
34    The bacula.pdf and the one big html file (bacula.html) will
35    be in the directory manual.  
36    The normal web document (multiple pages) is in
37    manual/bacula
38
39 German manual:
40    cd manual-de
41    Same as above
42
43 French manual:
44    cd manual-fr
45    Same as above:
46
47 developer's manual:
48    cd developers
49    Same as above.
50