]> git.sur5r.net Git - bacula/docs/commitdiff
Cleanup
authorKern Sibbald <kern@sibbald.com>
Thu, 13 Dec 2007 15:07:51 +0000 (15:07 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 13 Dec 2007 15:07:51 +0000 (15:07 +0000)
33 files changed:
docs/Makefile.in
docs/manuals/de/catalog/Makefile [deleted file]
docs/manuals/de/catalog/catmaintenance.tex
docs/manuals/de/catalog/version.tex [deleted file]
docs/manuals/de/concepts/Makefile [deleted file]
docs/manuals/de/concepts/version.tex [deleted file]
docs/manuals/de/console/Makefile [deleted file]
docs/manuals/de/console/version.tex [deleted file]
docs/manuals/de/developers/Makefile [deleted file]
docs/manuals/de/developers/Makefile.in
docs/manuals/de/developers/version.tex [deleted file]
docs/manuals/de/install/Makefile [deleted file]
docs/manuals/de/install/version.tex [deleted file]
docs/manuals/de/problems/Makefile [deleted file]
docs/manuals/de/problems/version.tex [deleted file]
docs/manuals/de/utility/Makefile [deleted file]
docs/manuals/de/utility/version.tex [deleted file]
docs/manuals/en/developers/Makefile.in
docs/manuals/fr/catalog/Makefile [deleted file]
docs/manuals/fr/catalog/version.tex [deleted file]
docs/manuals/fr/concepts/Makefile [deleted file]
docs/manuals/fr/concepts/version.tex [deleted file]
docs/manuals/fr/console/Makefile [deleted file]
docs/manuals/fr/console/version.tex [deleted file]
docs/manuals/fr/developers/Makefile [deleted file]
docs/manuals/fr/developers/Makefile.in
docs/manuals/fr/developers/version.tex [deleted file]
docs/manuals/fr/install/Makefile [deleted file]
docs/manuals/fr/install/version.tex [deleted file]
docs/manuals/fr/problems/Makefile [deleted file]
docs/manuals/fr/problems/version.tex [deleted file]
docs/manuals/fr/utility/Makefile [deleted file]
docs/manuals/fr/utility/version.tex [deleted file]

index 1005e13f4f8853c8b366f242389517b0947e8683..baa3cf970f42f0e1b88653cd46948d3d2f8df129 100644 (file)
@@ -40,20 +40,22 @@ all:
              $(MAKE) $@ || (echo ""; echo ""; echo "  ====== Error in `pwd` ======"; \
                            echo ""; echo "";)); \
        done
-       (cd bacula-web; make)
        @echo "All manuals built ..."
 
+bacula-web:
+       (cd bacula-web; make)
+
 french:
        @for I in ${fr_dirs}; \
          do (cd $$I; echo "==>Entering directory `pwd`"; \
-             $(MAKE) $@ || (echo ""; echo ""; echo "  ====== Error in `pwd` ======"; \
+             $(MAKE) all || (echo ""; echo ""; echo "  ====== Error in `pwd` ======"; \
                            echo ""; echo "";)); \
        done
 
 german:
        @for I in ${de_dirs}; \
          do (cd $$I; echo "==>Entering directory `pwd`"; \
-             $(MAKE) $@ || (echo ""; echo ""; echo "  ====== Error in `pwd` ======"; \
+             $(MAKE) all || (echo ""; echo ""; echo "  ====== Error in `pwd` ======"; \
                            echo ""; echo "";)); \
        done
 
diff --git a/docs/manuals/de/catalog/Makefile b/docs/manuals/de/catalog/Makefile
deleted file mode 100644 (file)
index 7f8c78f..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=catalog
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Catalog Database Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Catalo*.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
index c5c175ea0d9e921c1480e706c774319e84fc4eac..84ec8c4e6cf3d173f0e21480b6e8a8276f003893 100644 (file)
@@ -40,7 +40,7 @@ angegeben, genauere Informationen dazu finden Sie im n\"{a}chsten Kapitel dieses
 \begin{description}
 
 \item [File Retention = \lt{}time-period-specification\gt{}]
-   \index[dir]{File Retention  }
+   \index[general]{File Retention}
    Der Aufbewahrungszeitraum f\"{u}r Dateien gibt die Zeitspanne an, die die
 Datei-Eintr\"{a}ge in der Katalog-Datenbank aufbewahrt werden.
 Wenn {\bf AutoPrune} in der Client-Konfiguration auf {\bf yes} gesetzt ist,
@@ -65,7 +65,7 @@ dieses Handbuchs um mehr \"{u}ber diese Hilfsangaben zu erfahren.
 Der Standardwert der Aufbewahrungszeit f\"{u}r Dateien ist 60 Tage.
 
 \item [Job Retention = \lt{}time-period-specification\gt{}]
-   \index[dir]{Job Retention  }
+   \index[general]{Job Retention  }
    Der Aufbewahrungszeitraum f\"{u}r Jobs gibt die Zeitspanne an, die die
 Job-Eintr\"{a}ge in der Katalog-Datenbank aufbewahrt werden.
 Wenn {\bf AutoPrune} in der Client-Konfiguration auf {\bf yes} gesetzt ist,
@@ -89,7 +89,7 @@ dieses Handbuchs um mehr \"{u}ber diese Hilfsangaben zu erfahren.
 Der Standardwert der Aufbewahrungszeit f\"{u}r Jobs ist 180 Tage.
 
 \item [AutoPrune = \lt{}yes/no\gt{}]
-   \index[dir]{AutoPrune  }
+   \index[general]{AutoPrune  }
    Wenn AutoPrune auf  {\bf yes} (Standard) gesetzt ist, wird Bacula nach jedem Job
 automatisch \"{u}berpr\"{u}fen, ob die Aufbewahrungszeit f\"{u}r bestimmte Dateien und/oder Jobs
 des gerade gesicherten Clients abgelaufen ist und diese aus dem Katalog entfernen.
diff --git a/docs/manuals/de/catalog/version.tex b/docs/manuals/de/catalog/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/de/concepts/Makefile b/docs/manuals/de/concepts/Makefile
deleted file mode 100644 (file)
index 61b86ed..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=concepts
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       makeindex ${DOC}.ddx -o ${DOC}.dnd >/dev/null 2>/dev/null
-       makeindex ${DOC}.fdx -o ${DOC}.fnd >/dev/null 2>/dev/null
-       makeindex ${DOC}.sdx -o ${DOC}.snd >/dev/null 2>/dev/null
-       makeindex ${DOC}.cdx -o ${DOC}.cnd >/dev/null 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Concepts and Overview Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Concep_Overvi_Guide.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/de/concepts/version.tex b/docs/manuals/de/concepts/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/de/console/Makefile b/docs/manuals/de/console/Makefile
deleted file mode 100644 (file)
index 9af2083..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=console
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Console and Operators Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Consol*.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/de/console/version.tex b/docs/manuals/de/console/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/de/developers/Makefile b/docs/manuals/de/developers/Makefile
deleted file mode 100644 (file)
index eb2c5f0..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-
-IMAGES=../../../images
-
-DOC=developers
-
-first_rule: all
-
-all: tex web html dvipdf
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @cp -fp ${IMAGES}/hires/*.eps .
-       touch ${DOC}.idx ${DOC}i-general.tex
-       -latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx >/dev/null 2>/dev/null
-       -latex -interaction=batchmode ${DOC}.tex
-       @rm -f *.eps *.old
-
-pdf:
-       @echo "Making ${DOC} pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-       @rm -f *.eps *.old
-
-dvipdf:
-       @echo "Making ${DOC} pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-       @rm -f *.eps *.old
-
-html:
-       @echo "Making ${DOC} html"
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @touch ${DOC}.html
-       @(if [ -f imagename_translations ] ; then \
-           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
-        fi)
-       latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-               ${DOC} >/dev/null
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @rm -f *.eps *.gif *.jpg *.old
-
-web:
-       @echo "Making ${DOC} web"
-       @mkdir -p ${DOC}
-       @rm -f ${DOC}/*
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @(if [ -f ${DOC}/imagename_translations ] ; then \
-          ./translate_images.pl --to_meaningful_names ${DOC}/Developer*Guide.html; \
-        fi)
-       @rm -rf ${DOC}/*.html
-       latex2html -split 4 -local_icons -t "Developer's Guide" -long_titles 4 \
-               -contents_in_nav -toc_stars -white -notransparent ${DOC} >/dev/null
-       ./translate_images.pl --to_meaningful_names ${DOC}/Developer*Guide.html
-       @cp -f ${DOC}/${DOC}_Guide.html ${DOC}/index.html
-       @rm -f *.eps *.gif *.jpg ${DOC}/*.eps  *.old 
-       @rm -f ${DOC}/idle.png
-       @rm -f ${DOC}/win32-*.png ${DOC}/wx-console*.png ${DOC}/xp-*.png
-       @rm -f ${DOC}/*.pl ${DOC}/*.log ${DOC}/*.aux ${DOC}/*.idx
-       @rm -f ${DOC}/*.out WARNINGS
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-clean:
-       @rm -f 1 2 3
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.pdf *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f images.pl labels.pl internals.pl
-       @rm -rf ${DOC}
-       @rm -f images.tex ${DOC}i.tex
-       @rm -f ${DOC}i-*.tex
-
-
-distclean:  clean
-       @rm -f ${DOC}.html ${DOC}.pdf
-       @rm -f Makefile version.tex
index eb2c5f0f3923e9dba3610bc0ad52f5c7de25ab27..0960d6f48fc4cc48e318f6b72a271a5ef4b11f89 100644 (file)
@@ -19,7 +19,7 @@ DOC=developers
 
 first_rule: all
 
-all: tex web html dvipdf
+all: tex web dvipdf mini-clean
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -32,7 +32,6 @@ tex:
        -latex -interaction=batchmode ${DOC}.tex
        makeindex ${DOC}.idx >/dev/null 2>/dev/null
        -latex -interaction=batchmode ${DOC}.tex
-       @rm -f *.eps *.old
 
 pdf:
        @echo "Making ${DOC} pdf"
@@ -43,8 +42,7 @@ pdf:
 dvipdf:
        @echo "Making ${DOC} pdfm"
        @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-       @rm -f *.eps *.old
+       dvipdfm -p a4 ${DOC}.dvi >tex.out 2>&1
 
 html:
        @echo "Making ${DOC} html"
@@ -55,7 +53,7 @@ html:
            ./translate_images.pl --from_meaningful_names ${DOC}.html; \
         fi)
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-               ${DOC} >/dev/null
+               ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
        @rm -f *.eps *.gif *.jpg *.old
 
@@ -72,9 +70,9 @@ web:
         fi)
        @rm -rf ${DOC}/*.html
        latex2html -split 4 -local_icons -t "Developer's Guide" -long_titles 4 \
-               -contents_in_nav -toc_stars -white -notransparent ${DOC} >/dev/null
+               -contents_in_nav -toc_stars -white -notransparent ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}/Developer*Guide.html
-       @cp -f ${DOC}/${DOC}_Guide.html ${DOC}/index.html
+       @cp -f ${DOC}/Developers_Guide.html ${DOC}/index.html
        @rm -f *.eps *.gif *.jpg ${DOC}/*.eps  *.old 
        @rm -f ${DOC}/idle.png
        @rm -f ${DOC}/win32-*.png ${DOC}/wx-console*.png ${DOC}/xp-*.png
@@ -87,6 +85,20 @@ texcheck:
 main_configs:
        pic2graph -density 100 <main_configs.pic >main_configs.png
 
+mini-clean:
+       @rm -f 1 2 3 *.tex~
+       @rm -f *.gif *.jpg *.eps
+       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
+       @rm -f *.backup *.ilg *.lof *.lot
+       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
+       @rm -f *.dnd *.old *.out 
+       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
+       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
+       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
+       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
+       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
+       @rm -f ${DOC}/WARNINGS
+
 clean:
        @rm -f 1 2 3
        @rm -f *.png *.gif *.jpg *.eps
diff --git a/docs/manuals/de/developers/version.tex b/docs/manuals/de/developers/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/de/install/Makefile b/docs/manuals/de/install/Makefile
deleted file mode 100644 (file)
index 0edc87f..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=install
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       makeindex ${DOC}.ddx -o ${DOC}.dnd >/dev/null 2>/dev/null
-       makeindex ${DOC}.fdx -o ${DOC}.fnd >/dev/null 2>/dev/null
-       makeindex ${DOC}.sdx -o ${DOC}.snd >/dev/null 2>/dev/null
-       makeindex ${DOC}.cdx -o ${DOC}.cnd >/dev/null 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Installation and Configuration Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Instal_Config_Guide.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/de/install/version.tex b/docs/manuals/de/install/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/de/problems/Makefile b/docs/manuals/de/problems/Makefile
deleted file mode 100644 (file)
index 55cb58c..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=problems
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Problem Resolution Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Proble*.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-       @rm -f ${DOC}i-*.tex
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/de/problems/version.tex b/docs/manuals/de/problems/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/de/utility/Makefile b/docs/manuals/de/utility/Makefile
deleted file mode 100644 (file)
index 7136d1b..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=utility
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Utility Programs" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Utilit*.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/de/utility/version.tex b/docs/manuals/de/utility/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
index eb2c5f0f3923e9dba3610bc0ad52f5c7de25ab27..0960d6f48fc4cc48e318f6b72a271a5ef4b11f89 100644 (file)
@@ -19,7 +19,7 @@ DOC=developers
 
 first_rule: all
 
-all: tex web html dvipdf
+all: tex web dvipdf mini-clean
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -32,7 +32,6 @@ tex:
        -latex -interaction=batchmode ${DOC}.tex
        makeindex ${DOC}.idx >/dev/null 2>/dev/null
        -latex -interaction=batchmode ${DOC}.tex
-       @rm -f *.eps *.old
 
 pdf:
        @echo "Making ${DOC} pdf"
@@ -43,8 +42,7 @@ pdf:
 dvipdf:
        @echo "Making ${DOC} pdfm"
        @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-       @rm -f *.eps *.old
+       dvipdfm -p a4 ${DOC}.dvi >tex.out 2>&1
 
 html:
        @echo "Making ${DOC} html"
@@ -55,7 +53,7 @@ html:
            ./translate_images.pl --from_meaningful_names ${DOC}.html; \
         fi)
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-               ${DOC} >/dev/null
+               ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
        @rm -f *.eps *.gif *.jpg *.old
 
@@ -72,9 +70,9 @@ web:
         fi)
        @rm -rf ${DOC}/*.html
        latex2html -split 4 -local_icons -t "Developer's Guide" -long_titles 4 \
-               -contents_in_nav -toc_stars -white -notransparent ${DOC} >/dev/null
+               -contents_in_nav -toc_stars -white -notransparent ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}/Developer*Guide.html
-       @cp -f ${DOC}/${DOC}_Guide.html ${DOC}/index.html
+       @cp -f ${DOC}/Developers_Guide.html ${DOC}/index.html
        @rm -f *.eps *.gif *.jpg ${DOC}/*.eps  *.old 
        @rm -f ${DOC}/idle.png
        @rm -f ${DOC}/win32-*.png ${DOC}/wx-console*.png ${DOC}/xp-*.png
@@ -87,6 +85,20 @@ texcheck:
 main_configs:
        pic2graph -density 100 <main_configs.pic >main_configs.png
 
+mini-clean:
+       @rm -f 1 2 3 *.tex~
+       @rm -f *.gif *.jpg *.eps
+       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
+       @rm -f *.backup *.ilg *.lof *.lot
+       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
+       @rm -f *.dnd *.old *.out 
+       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
+       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
+       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
+       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
+       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
+       @rm -f ${DOC}/WARNINGS
+
 clean:
        @rm -f 1 2 3
        @rm -f *.png *.gif *.jpg *.eps
diff --git a/docs/manuals/fr/catalog/Makefile b/docs/manuals/fr/catalog/Makefile
deleted file mode 100644 (file)
index 7f8c78f..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=catalog
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Catalog Database Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Catalo*.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/fr/catalog/version.tex b/docs/manuals/fr/catalog/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/fr/concepts/Makefile b/docs/manuals/fr/concepts/Makefile
deleted file mode 100644 (file)
index 61b86ed..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=concepts
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       makeindex ${DOC}.ddx -o ${DOC}.dnd >/dev/null 2>/dev/null
-       makeindex ${DOC}.fdx -o ${DOC}.fnd >/dev/null 2>/dev/null
-       makeindex ${DOC}.sdx -o ${DOC}.snd >/dev/null 2>/dev/null
-       makeindex ${DOC}.cdx -o ${DOC}.cnd >/dev/null 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Concepts and Overview Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Concep_Overvi_Guide.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/fr/concepts/version.tex b/docs/manuals/fr/concepts/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/fr/console/Makefile b/docs/manuals/fr/console/Makefile
deleted file mode 100644 (file)
index 9af2083..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=console
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Console and Operators Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Consol*.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/fr/console/version.tex b/docs/manuals/fr/console/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/fr/developers/Makefile b/docs/manuals/fr/developers/Makefile
deleted file mode 100644 (file)
index eb2c5f0..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-
-IMAGES=../../../images
-
-DOC=developers
-
-first_rule: all
-
-all: tex web html dvipdf
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @cp -fp ${IMAGES}/hires/*.eps .
-       touch ${DOC}.idx ${DOC}i-general.tex
-       -latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx >/dev/null 2>/dev/null
-       -latex -interaction=batchmode ${DOC}.tex
-       @rm -f *.eps *.old
-
-pdf:
-       @echo "Making ${DOC} pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-       @rm -f *.eps *.old
-
-dvipdf:
-       @echo "Making ${DOC} pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-       @rm -f *.eps *.old
-
-html:
-       @echo "Making ${DOC} html"
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @touch ${DOC}.html
-       @(if [ -f imagename_translations ] ; then \
-           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
-        fi)
-       latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-               ${DOC} >/dev/null
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @rm -f *.eps *.gif *.jpg *.old
-
-web:
-       @echo "Making ${DOC} web"
-       @mkdir -p ${DOC}
-       @rm -f ${DOC}/*
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @(if [ -f ${DOC}/imagename_translations ] ; then \
-          ./translate_images.pl --to_meaningful_names ${DOC}/Developer*Guide.html; \
-        fi)
-       @rm -rf ${DOC}/*.html
-       latex2html -split 4 -local_icons -t "Developer's Guide" -long_titles 4 \
-               -contents_in_nav -toc_stars -white -notransparent ${DOC} >/dev/null
-       ./translate_images.pl --to_meaningful_names ${DOC}/Developer*Guide.html
-       @cp -f ${DOC}/${DOC}_Guide.html ${DOC}/index.html
-       @rm -f *.eps *.gif *.jpg ${DOC}/*.eps  *.old 
-       @rm -f ${DOC}/idle.png
-       @rm -f ${DOC}/win32-*.png ${DOC}/wx-console*.png ${DOC}/xp-*.png
-       @rm -f ${DOC}/*.pl ${DOC}/*.log ${DOC}/*.aux ${DOC}/*.idx
-       @rm -f ${DOC}/*.out WARNINGS
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-clean:
-       @rm -f 1 2 3
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.pdf *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f images.pl labels.pl internals.pl
-       @rm -rf ${DOC}
-       @rm -f images.tex ${DOC}i.tex
-       @rm -f ${DOC}i-*.tex
-
-
-distclean:  clean
-       @rm -f ${DOC}.html ${DOC}.pdf
-       @rm -f Makefile version.tex
index eb2c5f0f3923e9dba3610bc0ad52f5c7de25ab27..0960d6f48fc4cc48e318f6b72a271a5ef4b11f89 100644 (file)
@@ -19,7 +19,7 @@ DOC=developers
 
 first_rule: all
 
-all: tex web html dvipdf
+all: tex web dvipdf mini-clean
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -32,7 +32,6 @@ tex:
        -latex -interaction=batchmode ${DOC}.tex
        makeindex ${DOC}.idx >/dev/null 2>/dev/null
        -latex -interaction=batchmode ${DOC}.tex
-       @rm -f *.eps *.old
 
 pdf:
        @echo "Making ${DOC} pdf"
@@ -43,8 +42,7 @@ pdf:
 dvipdf:
        @echo "Making ${DOC} pdfm"
        @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-       @rm -f *.eps *.old
+       dvipdfm -p a4 ${DOC}.dvi >tex.out 2>&1
 
 html:
        @echo "Making ${DOC} html"
@@ -55,7 +53,7 @@ html:
            ./translate_images.pl --from_meaningful_names ${DOC}.html; \
         fi)
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-               ${DOC} >/dev/null
+               ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}.html
        @rm -f *.eps *.gif *.jpg *.old
 
@@ -72,9 +70,9 @@ web:
         fi)
        @rm -rf ${DOC}/*.html
        latex2html -split 4 -local_icons -t "Developer's Guide" -long_titles 4 \
-               -contents_in_nav -toc_stars -white -notransparent ${DOC} >/dev/null
+               -contents_in_nav -toc_stars -white -notransparent ${DOC} >tex.out 2>&1
        ./translate_images.pl --to_meaningful_names ${DOC}/Developer*Guide.html
-       @cp -f ${DOC}/${DOC}_Guide.html ${DOC}/index.html
+       @cp -f ${DOC}/Developers_Guide.html ${DOC}/index.html
        @rm -f *.eps *.gif *.jpg ${DOC}/*.eps  *.old 
        @rm -f ${DOC}/idle.png
        @rm -f ${DOC}/win32-*.png ${DOC}/wx-console*.png ${DOC}/xp-*.png
@@ -87,6 +85,20 @@ texcheck:
 main_configs:
        pic2graph -density 100 <main_configs.pic >main_configs.png
 
+mini-clean:
+       @rm -f 1 2 3 *.tex~
+       @rm -f *.gif *.jpg *.eps
+       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
+       @rm -f *.backup *.ilg *.lof *.lot
+       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
+       @rm -f *.dnd *.old *.out 
+       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
+       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
+       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
+       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
+       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
+       @rm -f ${DOC}/WARNINGS
+
 clean:
        @rm -f 1 2 3
        @rm -f *.png *.gif *.jpg *.eps
diff --git a/docs/manuals/fr/developers/version.tex b/docs/manuals/fr/developers/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/fr/install/Makefile b/docs/manuals/fr/install/Makefile
deleted file mode 100644 (file)
index 0edc87f..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=install
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       makeindex ${DOC}.ddx -o ${DOC}.dnd >/dev/null 2>/dev/null
-       makeindex ${DOC}.fdx -o ${DOC}.fnd >/dev/null 2>/dev/null
-       makeindex ${DOC}.sdx -o ${DOC}.snd >/dev/null 2>/dev/null
-       makeindex ${DOC}.cdx -o ${DOC}.cnd >/dev/null 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Installation and Configuration Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Instal_Config_Guide.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/fr/install/version.tex b/docs/manuals/fr/install/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/fr/problems/Makefile b/docs/manuals/fr/problems/Makefile
deleted file mode 100644 (file)
index 55cb58c..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=problems
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Problem Resolution Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Proble*.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-       @rm -f ${DOC}i-*.tex
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/fr/problems/version.tex b/docs/manuals/fr/problems/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)
diff --git a/docs/manuals/fr/utility/Makefile b/docs/manuals/fr/utility/Makefile
deleted file mode 100644 (file)
index 7136d1b..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-#
-#
-#  Makefile for LaTeX  
-#
-# To build everything do
-#    make tex
-#    make web
-#    make html
-#    make dvipdf
-#
-# or simply
-#
-#    make
-#
-# for rapid development do:
-#    make tex
-#    make show
-#
-#
-# If you are having problems getting "make" to work, debugging it is
-#  easier if can see the output from latex, which is normally redirected
-#  to /dev/null.  To see it, do the following:
-#
-#   cd docs/manual
-#   make tex
-#   latex bacula.tex
-#
-#  typically the latex command will stop indicating the error (e.g. a
-#  missing \ in front of a _ or a missing { or ] ...
-#
-#  The following characters must be preceded by a backslash
-#    to be entered as printable characters:
-# 
-#    # $ % & ~ _ ^ \ { }
-#
-
-IMAGES=../../../images
-
-DOC=utility
-
-first_rule: all
-
-all: tex web dvipdf mini-clean
-
-.SUFFIXES:     .tex .html
-.PHONY:
-.DONTCARE:
-
-
-tex:
-       @./update_version
-       @echo "Making version `cat version.tex`"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
-            ${DOC}i-console.tex ${DOC}i-general.tex
-       latex -interaction=batchmode ${DOC}.tex
-       makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
-       latex -interaction=batchmode ${DOC}.tex
-
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
-html:
-       @echo " "
-       @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 -notransparent \
-               -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
-       @echo "Done making html"
-
-web:
-       @echo "Making web"
-       @mkdir -p ${DOC}
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps  ${DOC}/
-       @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
-       @rm -f ${DOC}/xp-*.png
-       @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
-       @rm -rf ${DOC}/*.html
-       latex2html -split 3 -local_icons -t "Bacula Utility Programs" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Utilit*.html
-       @echo "Done making web"
-show:
-       xdvi ${DOC}
-
-texcheck:
-       ./check_tex.pl ${DOC}.tex
-
-main_configs:
-       pic2graph -density 100 <main_configs.pic >main_configs.png
-
-mini-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.gif *.jpg *.eps
-       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.backup *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd *.old *.out 
-       @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
-       @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
-       @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
-       @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
-       @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
-       @rm -f ${DOC}/WARNINGS
-
-
-clean:
-       @rm -f 1 2 3 *.tex~
-       @rm -f *.png *.gif *.jpg *.eps
-       @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
-       @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
-       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd imagename_translations
-       @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f ${DOC}i-*.tex
-       @rm -rf ${DOC}
-
-
-distclean: clean
-       @rm -f images.pl labels.pl internals.pl
-       @rm -f Makefile version.tex
diff --git a/docs/manuals/fr/utility/version.tex b/docs/manuals/fr/utility/version.tex
deleted file mode 100644 (file)
index 82d910a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3.6 (04 November 2007)