]> git.sur5r.net Git - bacula/bacula/commitdiff
use /usr/share/doc/bacula for technotes
authorKern Sibbald <kern@sibbald.com>
Tue, 31 Mar 2009 11:13:58 +0000 (11:13 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 31 Mar 2009 11:13:58 +0000 (11:13 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8665 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/configure
bacula/technotes

index 2a0fb04578d9be8e87b99ccc33d13f8c3e2ef02e..a3c703cd80cbfafbe324d482425da0d293dccdef 100644 (file)
@@ -277,11 +277,11 @@ if test x$mandir = x'${prefix}/man' ; then
 fi
 
 dnl -------------------------------------------------------------------------
-dnl  If the user has not set --htmldir, we default to /usr/share/doc/bacula-xx.xx/html
+dnl  If the user has not set --htmldir, we default to /usr/share/doc/bacula/html
 dnl -------------------------------------------------------------------------
 dnl z
 if test x$htmldir = x${docdir} ; then
-   htmldir=`eval echo ${docdir}bacula-${VERSION}/html`
+   htmldir=`eval echo ${docdir}bacula/html`
 fi
 
 dnl -------------------------------------------------------------------------
@@ -289,7 +289,7 @@ dnl  If the user has not set --docdir, we default to /usr/share/doc/
 dnl -------------------------------------------------------------------------
 dnl z
 if test x$docdir = x'/usr/share/doc/' ; then
-   docdir=`eval echo ${docdir}bacula-${VERSION}`
+   docdir=`eval echo ${docdir}bacula`
 fi
 
            
index 15899f9ed8c5477715d1b0215783c03ad6b35092..38ff0f5363f95a228368cfced4d037eabcc46056 100755 (executable)
@@ -18365,11 +18365,11 @@ if test x$mandir = x'${prefix}/man' ; then
 fi
 
 if test x$htmldir = x${docdir} ; then
-   htmldir=`eval echo ${docdir}bacula-${VERSION}/html`
+   htmldir=`eval echo ${docdir}bacula/html`
 fi
 
 if test x$docdir = x'/usr/share/doc/' ; then
-   docdir=`eval echo ${docdir}bacula-${VERSION}`
+   docdir=`eval echo ${docdir}bacula`
 fi
 
 
index e1bde67bdc3522a8e236214d77952c1132e2136b..6ec4355a9f94747f8c98c4a37fa9cbf678217a1b 100644 (file)
@@ -11,14 +11,14 @@ kes  Add code to FD plugin driver to make a copy of the plugin
 kes  Directly mark all files saved by plugin as being seen for Accurate.
 kes  Add checks on the plugin version and the plugin license. Currently
      only implemented for FD plugins.
-kes  Add installation of /usr/share/doc/bacula-VERSION
+kes  Add installation of /usr/share/doc/bacula
 kes  Modify plugin checkFile to return bRC_Seen to cause file
      to remain.  Previously was true/false.
 27Mar09
 kes  Implement installation of bat help files
      The help files are installed in the htmldoc dir and can be set
      by --htmldoc=xxx on the ./configure. Default is:
-     /usr/share/doc/bacula-version/html
+     /usr/share/doc/bacula/html
 kes  Update projects file
 kes  Apply patch from  Pasi Karkkainen <pasik@iki.fi> that adds
      Previous Job name to migrate job report.