]> git.sur5r.net Git - bacula/docs/blobdiff - docs/README
Updates
[bacula/docs] / docs / README
index f7dc6b43faaaef8d7ba29ef1066c0b740d1f6fc3..f6d4f612ba7d40283c9fe194d0bc3058fe4ed209 100644 (file)
@@ -27,7 +27,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 +56,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.