]> git.sur5r.net Git - bacula/docs/commitdiff
Updates
authorKern Sibbald <kern@sibbald.com>
Tue, 3 Nov 2009 15:57:15 +0000 (16:57 +0100)
committerKern Sibbald <kern@sibbald.com>
Tue, 3 Nov 2009 15:57:15 +0000 (16:57 +0100)
docs/manuals/en/concepts/Makefile.in
docs/manuals/en/install/installation.tex
docs/manuals/en/misc/Makefile.in

index 702a78bdf51ee80e3f17ba1781dc5a542ece4b21..c5ed634c7f679f4d89a9183678ceee7be43defe3 100644 (file)
@@ -70,7 +70,7 @@ pdf:
 dvipdf:
        @echo "Making dvi to pdf"
        @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
+       dvipdfm ${DOC}.dvi
 
 html:
        @echo " "
index 66c8a5ce16ed82b12ccf3bebd2470d11cc6a4d85..83b62a96adafc253222308b9672129a8059c25f4 100644 (file)
@@ -27,23 +27,23 @@ them.
  the Bacula SVN. The released files are:
 
 \begin{description}
-\item [bacula-2.2.8.tar.gz]
+\item [bacula-3.0.3.tar.gz]
   This is the primary source code release for Bacula. On each
-  release the version number (2.2.8) will be updated.
+  release the version number (3.0.3) will be updated.
 
-\item [bacula-docs-2.2.8.tar.gz]
+\item [bacula-docs-3.0.3.tar.gz]
   This file contains a copy of the docs directory with the
   documents prebuild. English HTML directory, single HTML
   file, and pdf file. The French and German translations
   are in progress, but are not built.
 
-\item [bacula-gui-2.2.8.tar.gz]
+\item [bacula-gui-3.0.3.tar.gz]
   This file contains the non-core GUI programs. Currently,
   it contains bacula-web, a PHP program for producing management
   viewing of your Bacula job status in a browser; and bimagemgr
   a browser program for burning CDROM images with Bacula Volumes.
 
-\item [bacula-rescue-2.0.0.tar.gz]
+\item [bacula-rescue-3.0.3.tar.gz]
   This is the Bacula Rescue CDROM code. Note, the version number
   of this package is not tied to the Bacula release version, so
   it will be different.  Using this code, you can burn a CDROM
@@ -59,10 +59,10 @@ them.
   This package evolves slower than the Bacula source code,
   so there may not always be a new release of the rescue package when
   making minor updates to the Bacula code. For example, when releasing
-  Bacula version 2.2.8, the rescue package may still be at version
-  2.0.0 if there were no updates.
+  Bacula version 3.0.3, the rescue package may still be at a prior
+  version if there were no updates.
 
-\item [winbacula-2.2.8.exe]
+\item [winbacula-3.0.3.exe]
   This file is the 32 bit Windows installer for installing
   the Windows client (File daemon) on a Windows machine.
   This client will also run on 64 bit Windows machines.
@@ -70,6 +70,16 @@ them.
   also optionally load the Win32 Director and the Win32 
   Storage daemon.
 
+\item [win64bacula-3.0.3.exe]
+  This file is the 64 bit Windows installer for installing
+  the Windows client (File daemon) on a Windows machine.
+  This client will only run on 64 bit Windows OS machines.
+  It will not run on 32 bit machines or 32 bit Windows OSes.
+  The win64bacula release is necessary for Volume Shadow
+  Copy (VSS) to work on Win64 OSes.  This installer
+  installs only the FD, the Director and Storage daemon
+  are not included.
+
 \end{description}
 
 \label{upgrading1}
@@ -262,7 +272,7 @@ for compatibility with Bacula.
 Typically, a dependency package will be named {\bf depkgs-ddMMMyy.tar.gz}
 where {\bf dd} is the day we release it, {\bf MMM}
 is the abbreviated month (e.g. Jan), and {\bf yy} is the year. An actual
-example is: {\bf depkgs-07Apr02.tar.gz}. To install and build this package (if
+example is: {\bf depkgs-24Jul09.tar.gz}. To install and build this package (if
 needed), you do the following: 
 
 \begin{enumerate}
index ae4ac916b27618e2f10bce0b062581a29f2c10bc..09d1845c67ed0491ad0e83afb486d3680089ef59 100644 (file)
@@ -73,13 +73,10 @@ html:
        @echo "Making html"
        @cp -fp ${IMAGES}/*.eps .
        @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @(if [ -f imagename_translations ] ; then \
-           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
-        fi)
        latex2html -white -no_subdir -split 0 -toc_stars -white \
                -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
        @(if [ -f imagename_translations ] ; then \
-           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+           ./translate_images.pl --from_meaningful_names ${DOC}/${MAINDOC}; \
         fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
        @echo "Done making html"
@@ -97,7 +94,7 @@ web:
        latex2html -split 3 -local_icons -t "Bacula Miscellaneous Guide" -long_titles 4 \
                -toc_stars -contents_in_nav -init_file latex2html-init.pl -white ${DOC} >tex.out 2>&1
        @(if [ -f imagename_translations ] ; then \
-           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+           ./translate_images.pl --from_meaningful_names ${DOC}/${MAINDOC}; \
         fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
        @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html