]> git.sur5r.net Git - bacula/docs/blobdiff - docs/README
Tweak bacula.org html meta data
[bacula/docs] / docs / README
index f6d4f612ba7d40283c9fe194d0bc3058fe4ed209..4a2b20d13298e13c40df945df76a942260e5fc48 100644 (file)
@@ -2,16 +2,45 @@
 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
+  Directory              Contents
+  home-page              The Bacula Web Site
+  manuals                All the manuals
+  manuals/en             English version of the manuals
+  manuals/en/catalog     Catalog 
+             concepts    Concepts
+             console     Console and Operators Guide
+             developers  Developer's guide
+             install     Installation and Configuration Guide
+             problems    Problem Resolution Guide
+             utility     Utility Programs
+
+  manuals/de             German translation of the manual
+  manuals/de/catalog     Catalog 
+             concepts    Concepts
+             console     Console and Operators Guide
+             developers  Developer's guide
+             install     Installation and Configuration Guide
+             problems    Problem Resolution Guide
+             utility     Utility Programs
+
+  manuals/fr             French translation of the manual
+  manuals/fr/catalog     Catalog 
+             concepts    Concepts
+             console     Console and Operators Guide
+             developers  Developer's guide
+             install     Installation and Configuration Guide
+             problems    Problem Resolution Guide
+             utility     Utility Programs
+
   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>
@@ -32,37 +61,23 @@ 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.
+   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.
 
-   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
+   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
 
 German manual:
-   cd manual-de
+   cd <docs>
+   make german
    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
+   make french
+   Same as above:
 
-   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.
+A distribution is made by exporting the SVN then building everything
+and finally tarring it up.