]> git.sur5r.net Git - bacula/docs/commitdiff
Fix doc html install directory doc
authorKern Sibbald <kern@sibbald.com>
Tue, 31 Mar 2009 11:15:40 +0000 (11:15 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 31 Mar 2009 11:15:40 +0000 (11:15 +0000)
12 files changed:
docs/manuals/de/concepts/license.tex
docs/manuals/en/catalog/Makefile.in
docs/manuals/en/concepts/Makefile.in
docs/manuals/en/concepts/concepts.kilepr
docs/manuals/en/concepts/newfeatures.tex
docs/manuals/en/concepts/pluginAPI.tex
docs/manuals/en/console/Makefile.in
docs/manuals/en/developers/Makefile.in
docs/manuals/en/install/Makefile.in
docs/manuals/en/install/fileset.tex
docs/manuals/en/problems/Makefile.in
docs/manuals/en/utility/Makefile.in

index e204790044e866bfec93039b2328afca21f2d306..c0088997617d19e23d1da129f5f4e55654988c6c 100644 (file)
@@ -78,7 +78,7 @@ Bacula-Projekt) \"{u}bertragen werden. Das treuh\"{a}nderische Lizenz-Abkommen
 finden Sie im Internet unter:
 \elink{http://www.bacula.org/en/FLA-bacula.en.pdf}{\url{http://www.bacula.org/en/FLA-bacula.en.pdf}}
 
-es sollte ausgef\"{u}ll}t an diese Adresse geschickt werden:
+es sollte ausgef\"{u}llt an diese Adresse geschickt werden:
 
 \begin{quote}
      Free Software Foundation Europe \\
@@ -101,7 +101,7 @@ NO WARRANTY
 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
 PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
 STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
-PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
 PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE,
index 7f8c78fafe5481fdcac6737f1eb9806e066cd781..76d1c0cd8805a0b1782070c68f427ae67cf1ed85 100644 (file)
@@ -78,6 +78,7 @@ html:
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
                -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
+       cp ${IMAGES}/bacula-logo.png ${DOC}
        @echo "Done making html"
 
 web:
index 61b86ed036b90004dc4685e8d24b7d00e1fd5b05..6642d6e18ba881a5ba1dfc7de42101572e31fbba 100644 (file)
@@ -82,6 +82,7 @@ html:
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
                -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
+       cp ${IMAGES}/bacula-logo.png ${DOC}
        @echo "Done making html"
 
 web:
index fffca575b28c7927f9b74a4ff66028e7e8c98226..3ee46e1afc26aa63f979fd8232bcb150ab7613a0 100644 (file)
@@ -161,13 +161,22 @@ order=-1
 
 [item:newfeatures.tex]
 archive=true
-column=92
+column=72
 encoding=UTF-8
 highlight=LaTeX
 line=837
 open=true
 order=0
 
+[item:pluginAPI.tex]
+archive=true
+column=0
+encoding=
+highlight=
+line=0
+open=false
+order=-1
+
 [item:pools.tex]
 archive=true
 column=2147483647
index 71cef8e34e08e67a0b6bde03df5bbab8bd3c3b7a..0c6a2ec283b4e7608e4eb0905cd32d4f24ef93fd 100644 (file)
@@ -1,4 +1,5 @@
 %%
+
 %%
 
 \chapter{New Features}
@@ -184,6 +185,7 @@ The command \texttt{list copies [jobid=x,y,z]} lists copies for a given
 \end{verbatim}
 
 \section{ACL Updates}
+\index[general]{ACL Updates}
 The whole ACL code had been overhauled and in this version each platforms has
 different streams for each type of acl available on such an platform. As ACLs
 between platforms tend to be not that portable (most implement POSIX acls but
@@ -248,6 +250,7 @@ the streams are seperate and restoring them on a platform that doesn't
 recognize them will give you a warning.
 
 \section{Extended Attributes}
+\index[general]{Extended Attributes}
 Something that was on the project list for some time is now implemented for
 platforms that support a similar kind of interface. Its the support for backup
 and restore of so called extended attributes. As extended attributes are so
@@ -289,6 +292,7 @@ fileset definition.
 \end{verbatim}
 
 \section{Shared objects}
+\index[general]{Shared objects}
 A default build of Bacula will now create the libraries as shared objects
 (.so) rather than static libraries as was previously the case.  
 The shared libraries are built using {\bf libtool} so it should be quite
@@ -461,6 +465,7 @@ Full was actually run.
 
 
 \section{Catalog Format}
+\index[general]{Catalog Format}
 Bacula 3.0 comes with some changes on the catalog format.  The upgrade
 operation will convert an essential field of the File table that permits to
 handle more than 4 billion objects over the time, and this operation will take
@@ -485,22 +490,26 @@ are specified in the Job resource.
 They are:
 
 \subsection{Allow Duplicate Jobs = \lt{}yes|no\gt{}}
+\index[general]{Allow Duplicate Jobs}
   If this directive is enabled duplicate jobs will be run.  If
   the directive is set to {\bf no} (default) then only one job of a given name
   may run at one time, and the action that Bacula takes to ensure only
   one job runs is determined by the other directives (see below).
 
 \subsection{Allow Higher Duplicates = \lt{}yes|no\gt{}}
+\index[general]{Allow Higher Duplicates}
   If this directive is set to {\bf yes} (default) the job with a higher
   priority (lower priority number) will be permitted to run.  If the
   priorities of the two jobs are the same, the outcome is determined by
   other directives (see below).
 
 \subsection{Cancel Queued Duplicates = \lt{}yes|no\gt{}}
+\index[general]{Cancel Queued Duplicates}
   If this directive is set to {\bf yes} (default) any job that is
   already queued to run but not yet running will be canceled.
 
 \subsection{Cancel Running Duplicates = \lt{}yes|no\gt{}}
+\index[general]{Cancel Running Duplicates}
   If this directive is set to {\bf yes} any job that is already running
   will be canceled.  The default is {\bf no}.
 
@@ -638,6 +647,7 @@ Plugins are also planned (partially implemented) in the Director and the
 Storage daemon.  
 
 \subsection{Plugin Directory}
+\index[general]{Plugin Directory}
 Each daemon (DIR, FD, SD) has a new {\bf Plugin Directory} directive that may
 be added to the daemon definition resource. The directory takes a quoted 
 string argument, which is the name of the directory in which the daemon can
@@ -646,6 +656,7 @@ load any plugins. Since each plugin has a distinctive name, all the daemons
 can share the same plugin directory. 
 
 \subsection{Plugin Options}
+\index[general]{Plugin Options}
 The {\bf Plugin Options} directive takes a quoted string
 arguement (after the equal sign) and may be specified in the
 Job resource.  The options specified will be passed to all plugins
@@ -659,6 +670,7 @@ the string in the run command, but the plugin options are not yet passed to
 the plugin (i.e. not fully implemented).
 
 \subsection{Plugin Options ACL}
+\index[general]{Plugin Options ACL}
 The {\bf Plugin Options ACL} directive may be specified in the
 Director's Console resource. It functions as all the other ACL commands
 do by permitting users running restricted consoles to specify a 
@@ -667,6 +679,7 @@ definition. Without this directive restricted consoles may not modify
 the Plugin Options.
 
 \subsection{Plugin = \lt{}plugin-command-string\gt{}}
+\index[general]{Plugin}
 The {\bf Plugin} directive is specified in the Include section of
 a FileSet resource where you put your {\bf File = xxx} directives.
 For example:
@@ -697,6 +710,7 @@ Please see the next section for information about the {\bf bpipe} Bacula
 plugin.
 
 \section{The bpipe Plugin}
+\index[general]{The bpipe Plugin}
 The {\bf bpipe} plugin is provided in the directory src/plugins/fd/bpipe-fd.c of
 the Bacula source distribution. When the plugin is compiled and linking into
 the resulting dynamic shared object (DSO), it will have the name {\bf bpipe-fd.so}.
@@ -765,7 +779,7 @@ you can backup any kind of data (ASCII or binary) depending
 on the program called.
 
 \section{Microsoft Exchange Server 2003/2007 Plugin}
-
+\index[general]{Microsoft Exchange Server 2003/2007 Plugin}
 \subsection{Concepts}
 Although it is possible to backup Exchange using Bacula VSS the Exchange 
 plugin adds a good deal of functionality, because while Bacula VSS
@@ -861,7 +875,6 @@ will be properly saved by the Plugin.
 
 
 \subsection{Restoring}
-
 The restore operation is much the same as a normal Bacula restore, with
 the following provisos:
 
@@ -883,7 +896,6 @@ the following provisos:
 \end{itemize}
 
 \subsection{Restoring to the Recovery Storage Group}
-
 The concept of the Recovery Storage Group is well documented by
 Microsoft 
 \elink{http://support.microsoft.com/kb/824126}{http://support.microsoft.com/kb/824126}, 
@@ -951,6 +963,7 @@ will not be added to the estimate total that is displayed.
 
 
 \section{libdbi Framework}
+\index[general]{libdbi Framework}
 As a general guideline, Bacula has support for a few catalog database drivers
 (MySQL, PostgreSQL, SQLite)
 coded natively by the Bacula team.  With the libdbi implementation, which is a
@@ -1028,6 +1041,7 @@ following packages are needed:
  from your OS distribution.
 
 \section{Console Command Additions and Enhancements}
+\index[general]{Console Additions}                                 
 
 \subsection{Display Autochanger Content}
 \index[general]{StatusSlots}
@@ -1051,6 +1065,7 @@ If you an asterisk ({\bf *}) appears after the slot number, you must run an
 catalog.
 
 \subsection{list joblog job=xxx or jobid=nnn}
+\index[general]{list joblog}
 A new list command has been added that allows you to list the contents
 of the Job Log stored in the catalog for either a Job Name (fully qualified)
 or for a particular JobId.  The {\bf llist} command will include a line with
@@ -1066,6 +1081,7 @@ such as:
 In your Director's {\bf Messages} resource.
 
 \subsection{Use separator for multiple commands}
+\index[general]{Command Separator}
   When using bconsole with readline, you can set the command separator to one
   of those characters to write commands who require multiple input in one line.
 \begin{verbatim}
@@ -1076,6 +1092,7 @@ In your Director's {\bf Messages} resource.
 \index[general]{Misc New Features}
 
 \subsection{Allow Mixed Priority = \lt{}yes|no\gt{}}
+\index[general]{Allow Mixed Priority}
    This directive is only implemented in version 2.5 and later.  When
    set to {\bf yes} (default {\bf no}), this job may run even if lower
    priority jobs are already running.  This means a high priority job
@@ -1091,6 +1108,7 @@ In your Director's {\bf Messages} resource.
    be run until the priority 5 job has finished.
 
 \subsection{Bootstrap File Directive -- FileRegex}
+\index[general]{Bootstrap File Directive}
   {\bf FileRegex} is a new command that can be added to the bootstrap
   (.bsr) file.  The value is a regular expression.  When specified, only
   matching filenames will be restored.
@@ -1135,6 +1153,7 @@ be used to transfer from UFS to ZFS filesystems.
 
 
 \subsection{Virtual Tape Emulation}
+\index[general]{Virtual Tape Emulation}
 We now have a Virtual Tape emulator that allows us to run though 99.9\% of
 the tape code but actually reading and writing to a disk file. Used with the
 \textbf{disk-changer} script, you can now emulate an autochanger with 10 drives
@@ -1143,6 +1162,7 @@ by using {\bf Device Type = vtape} in the Storage daemon's Device
 directive. This feature is only implemented on Linux machines.
 
 \subsection{Bat Enhancements}
+\index[general]{Bat Enhancements}
 Bat (the Bacula Administration Tool) GUI program has been significantly
 enhanced and stabilized. In particular, there are new table based status 
 commands; it can now be easily localized using Qt4 Linguist.
@@ -1153,6 +1173,7 @@ the Director you are using otherwise the communications protocol will not
 work.
 
 \subsection{RunScript Enhancements}
+\index[general]{RunScript Enhancements}
 The {\bf RunScript} resource has been enhanced to permit multiple
 commands per RunScript.  Simply specify multiple {\bf Command} directives
 in your RunScript.
@@ -1180,14 +1201,17 @@ We would appreciate feedback.  Due to the recursive nature of this command, we
 may remove it before the final release.
 
 \subsection{Status Enhancements}
+\index[general]{Status Enhancements}
 The bconsole {\bf status dir} output has been enhanced to indicate
 Storage daemon job spooling and despooling activity.
 
 \subsection{Connect Timeout}
+\index[general]{Connect Timeout}
 The default connect timeout to the File
 daemon has been set to 3 minutes. Previously it was 30 minutes.
 
 \subsection{ftruncate for NFS Volumes}
+\index[general]{ftruncate for NFS Volumes}
 If you write to a Volume mounted by NFS (say on a local file server),
 in previous Bacula versions, when the Volume was recycled, it was not
 properly truncated because NFS does not implement ftruncate (file 
@@ -1202,6 +1226,7 @@ Since Ubuntu officially supports Bacula, you can also obtain any
 recent release of Bacula from the Ubuntu repositories.
 
 \subsection{Recycle Pool = \lt{}pool-name\gt{}}
+\index[general]{Recycle Pool}
 The new \textbf{RecyclePool} directive defines to which pool the Volume will
 be placed (moved) when it is recycled. Without this directive, a Volume will
 remain in the same pool when it is recycled. With this directive, it can be
@@ -1210,19 +1235,21 @@ probably most useful when defined in the Scratch pool, so that volumes will
 be recycled back into the Scratch pool.
 
 \subsection{FD Version}
+\index[general]{FD Version}
 The File daemon to Director protocol now includes a version 
 number, which although there is no visible change for users, 
 will help us in future versions automatically determine
 if a File daemon is not compatible.
 
 \subsection{Max Run Sched Time = \lt{}time-period-in-seconds\gt{}}
+\index[general]{Max Run Sched Time}
 The time specifies the maximum allowed time that a job may run, counted from
 when the job was scheduled. This can be useful to prevent jobs from running
 during working hours. We can see it like \texttt{Max Start Delay + Max Run
   Time}.
 
 \subsection{Max Wait Time = \lt{}time-period-in-seconds\gt{}}
-
+\index[general]{Max Wait Time}
 Previous \textbf{MaxWaitTime} directives aren't working as expected, instead
 of checking the maximum allowed time that a job may block for a resource,
 those directives worked like \textbf{MaxRunTime}. Some users are reporting to
@@ -1232,10 +1259,14 @@ their job depending on the level. Now, they have to use
 directives are now deprecated.
 
 \subsection{Incremental|Differential Max Wait Time = \lt{}time-period-in-seconds\gt{}} 
+\index[general]{Incremental Max Wait Time}
+\index[general]{Differential Max Wait Time}
+
 These directives have been deprecated in favor of
 \texttt{Incremental|Differential Max Run Time}.
 
 \subsection{Max Run Time directives}
+\index[general]{Max Run Time directives}
 Using \textbf{Full/Diff/Incr Max Run Time}, it's now possible to specify the
 maximum allowed time that a job can run depending on the level.
 
@@ -1243,6 +1274,7 @@ maximum allowed time that a job can run depending on the level.
 \includegraphics{\idir different_time.eps}
 
 \subsection{Statistics Enhancements}
+\index[general]{Statistics Enhancements}
 If you (or probably your boss) want to have statistics on your backups to
 provide some \textit{Service Level Agreement} indicators, you could use a few
 SQL queries on the Job table to report how many:
@@ -1294,25 +1326,30 @@ Job {
 \end{verbatim}
 
 \subsection{ScratchPool = \lt{}pool-resource-name\gt{}}
+\index[general]{ScratchPool}
 This directive permits to specify a specific \textsl{Scratch} pool for the
 current pool. This is useful when using multiple storage sharing the same
 mediatype or when you want to dedicate volumes to a particular set of pool.
 
 \subsection{Enhanced Attribute Despooling}
+\index[general]{Attribute Despooling}
 If the storage daemon and the Director are on the same machine, the spool file
 that contains attributes is read directly by the Director instead of being
 transmitted across the network. That should reduce load and speedup insertion.
 
 \subsection{SpoolSize = \lt{}size-specification-in-bytes\gt{}}
+\index[general]{SpoolSize}
 A new Job directive permits to specify the spool size per job. This is used
 in advanced job tunning. {\bf SpoolSize={\it bytes}}
 
 \subsection{MaxConsoleConnections = \lt{}number\gt{}}
+\index[general]{MaxConsoleConnections}
 A new director directive permits to specify the maximum number of Console
 Connections that could run concurrently. The default is set to 20, but you may
 set it to a larger number.
 
 \subsection{dbcheck enhancements}
+\index[general]{dbcheck enhancements}
 If you are using Mysql, dbcheck will now ask you if you want to create
 temporary indexes to speed up orphaned Path and Filename elimination. 
 
@@ -1334,40 +1371,15 @@ text based format. This is useful to backup it in a secure way.
 
 You can now specify the database connection port in the command line.
 
-\section{Building Bacula Plugins}
-There is currently one sample program {\bf example-plugin-fd.c} and
-one working plugin {\bf bpipe-fd.c} that can be found in the Bacula
-{\bf src/plugins/fd} directory.  Both are built with the following:
-
-\begin{verbatim}
- cd <bacula-source>
- ./configure <your-options>
- make
- ...
- cd src/plugins/fd
- make
- make test
-\end{verbatim}
-
-After building Bacula and changing into the src/plugins/fd directory,
-the {\bf make} command will build the {\bf bpipe-fd.so} plugin, which 
-is a very useful and working program.
-
-The {\bf make test} command will build the {\bf example-plugin-fd.so}
-plugin and a binary named {\bf main}, which is build from the source
-code located in {\bf src/filed/fd\_plugins.c}. 
-
-If you execute {\bf ./main}, it will load and run the example-plugin-fd
-plugin simulating a small number of the calling sequences that Bacula uses
-in calling a real plugin.  This allows you to do initial testing of 
-your plugin prior to trying it with Bacula.
-
-You can get a good idea of how to write your own plugin by first 
-studying the example-plugin-fd, and actually running it.  Then
-it can also be instructive to read the bpipe-fd.c code as it is 
-a real plugin, which is still rather simple and small.
-
-When actually writing your own plugin, you may use the example-plugin-fd.c
-code as a template for your code.
-
+\subsection{{-}{-}docdir configure option}
+You can use {-}{-}docdir= on the ./configure command to
+specify the directory where you want Bacula release documentation 
+placed.  This document consists of a number of small files such as
+LICENSE, ReleaseNotes, ChangeLog, ...   The default is 
+{\bf /usr/share/doc/bacula}.
+      
+\subsection{{-}{-}htmlir configure option}
+You can use {-}{-}htmldir= on the ./configure command to
+specify the directory where you want Bacula bat html help files
+placed.  The default is {\bf /usr/share/doc/bacula/html}
 
index 656fdc71bf21b6bcad409495a8a1ee2b9141f405..8996ceccd3a3d69f377114fdb3d14513d7666d7d 100644 (file)
@@ -815,3 +815,40 @@ This call permits you to obtain memory from Bacula's memory allocator.
 
 \subsection{void baculaFree(bpContext *ctx, const char *file, int line, void *mem)}
 This call permits you to free memory obtained from Bacula's memory allocator.
+
+\section{Building Bacula Plugins}
+There is currently one sample program {\bf example-plugin-fd.c} and
+one working plugin {\bf bpipe-fd.c} that can be found in the Bacula
+{\bf src/plugins/fd} directory.  Both are built with the following:
+
+\begin{verbatim}
+ cd <bacula-source>
+ ./configure <your-options>
+ make
+ ...
+ cd src/plugins/fd
+ make
+ make test
+\end{verbatim}
+
+After building Bacula and changing into the src/plugins/fd directory,
+the {\bf make} command will build the {\bf bpipe-fd.so} plugin, which 
+is a very useful and working program.
+
+The {\bf make test} command will build the {\bf example-plugin-fd.so}
+plugin and a binary named {\bf main}, which is build from the source
+code located in {\bf src/filed/fd\_plugins.c}. 
+
+If you execute {\bf ./main}, it will load and run the example-plugin-fd
+plugin simulating a small number of the calling sequences that Bacula uses
+in calling a real plugin.  This allows you to do initial testing of 
+your plugin prior to trying it with Bacula.
+
+You can get a good idea of how to write your own plugin by first 
+studying the example-plugin-fd, and actually running it.  Then
+it can also be instructive to read the bpipe-fd.c code as it is 
+a real plugin, which is still rather simple and small.
+
+When actually writing your own plugin, you may use the example-plugin-fd.c
+code as a template for your code.
+
index 9af2083b0fcb838601be0dd14f96ef5434d9ce0e..899a3e7ef7a158c8cd9957f019d96fb8b5336da5 100644 (file)
@@ -78,6 +78,7 @@ html:
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
                -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
+       cp ${IMAGES}/bacula-logo.png ${DOC}
        @echo "Done making html"
 
 web:
index 0960d6f48fc4cc48e318f6b72a271a5ef4b11f89..7e069991c04504f523c6509094eb360d7489177e 100644 (file)
@@ -55,6 +55,7 @@ html:
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
                ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
+       cp ${IMAGES}/bacula-logo.png ${DOC}
        @rm -f *.eps *.gif *.jpg *.old
 
 web:
index 0edc87f62257961d43c0b96fdb294dcbace0a64c..febdfe140b30497a0b75ad3e932b058fb928d71b 100644 (file)
@@ -82,6 +82,7 @@ html:
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
                -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
+       cp ${IMAGES}/bacula-logo.png ${DOC}
        @echo "Done making html"
 
 web:
index 2ed11b85b41008098b5ccfc066897618d230afef..f7e2eb3f65c07c9eb8cc1ba5a7f18e0514c8ac8d 100644 (file)
@@ -1452,9 +1452,9 @@ rules:
 
 \begin{itemize}
 \item Filenames are case sensitive, so you must use the correct case.  
-\item To 2~exclude a directory, you must not have a trailing slash on the 
+\item To exclude a directory, you must not have a trailing slash on the 
    directory name.  
-\item I2~f you have spaces in your filename, you must enclose the entire name 
+\item If you have spaces in your filename, you must enclose the entire name 
    in double-quote characters ("). Trying to use a backslash before  the space
    will not work.  
 \item If you are using the old Exclude syntax (noted below), you may not
index 55cb58c6ed693966b22c8b5022d6c4ab42b84ee7..9f91f53c23150e097be361551213371a7c39c2c5 100644 (file)
@@ -78,6 +78,7 @@ html:
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
                -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
+       cp ${IMAGES}/bacula-logo.png ${DOC}
        @echo "Done making html"
 
 web:
index 7136d1b6a7320715173c03327baa12db58afd3b1..9b810300d23ad85aa3114918a5b878359a237b4f 100644 (file)
@@ -78,6 +78,7 @@ html:
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
                -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
+       cp ${IMAGES}/bacula-logo.png ${DOC}
        @echo "Done making html"
 
 web: