]> git.sur5r.net Git - bacula/docs/blobdiff - docs/README
Link to all the other languages.
[bacula/docs] / docs / README
index f7dc6b43faaaef8d7ba29ef1066c0b740d1f6fc3..368e541096aea1ea49fb69aa7c774db6845e1cad 100644 (file)
@@ -12,6 +12,11 @@ the following subdirectories:
 
 Build instructions:                       
 
+You must have at least the following packages loaded:
+latex2html
+te_latex
+tetex
+
 First, you must do:
 
   cd <docs>
@@ -27,7 +32,15 @@ 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
 
@@ -48,3 +61,13 @@ 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.