]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Thu, 2 Jul 2009 08:03:53 +0000 (08:03 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 2 Jul 2009 08:03:53 +0000 (08:03 +0000)
docs/Makefile.in
docs/autoconf/configure.in
docs/configure
docs/home-page/de/pages/professional.php
docs/home-page/en/pages/professional.php
docs/home-page/fr/pages/professional.php

index 28b36dda0ffe348e9d912762f199a573014cae1f..954ac76a12e5bee0fb5038277b5225870362c5e0 100644 (file)
@@ -25,6 +25,10 @@ en_dirs = manuals/en/catalog manuals/en/concepts manuals/en/console \
   manuals/en/developers manuals/en/install manuals/en/problems \
   manuals/en/utility
 
+es_dirs = manuals/es/catalog manuals/es/concepts manuals/es/console \
+  manuals/es/developers manuals/es/install manuals/es/problems \
+  manuals/es/utility
+
 fr_dirs = manuals/fr/catalog manuals/fr/concepts manuals/fr/console \
   manuals/fr/developers manuals/fr/install manuals/fr/problems \
   manuals/fr/utility
@@ -63,6 +67,15 @@ german:
                            echo ""; echo "";)); \
        done
 
+es:    spanish
+
+spanish:
+       @for I in ${es_dirs}; \
+         do (cd $$I; echo "==>Entering directory `pwd`"; \
+             $(MAKE) all || (echo ""; echo ""; echo "  ====== Error in `pwd` ======"; \
+                           echo ""; echo "";)); \
+       done
+
 
 configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h
        cd $(srcdir);
index 724e83c5e1b2785f8e367ee246ad2825af9f20e9..15793a2d852177db5021e7b64312deea2b837922 100644 (file)
@@ -107,6 +107,13 @@ AC_OUTPUT([    \
           manuals/en/install/Makefile \
           manuals/en/problems/Makefile \
           manuals/en/utility/Makefile \
+          manuals/es/catalog/Makefile \
+          manuals/es/concepts/Makefile \
+          manuals/es/console/Makefile \
+          manuals/es/developers/Makefile \
+          manuals/es/install/Makefile \
+          manuals/es/problems/Makefile \
+          manuals/es/utility/Makefile \
           manuals/fr/catalog/Makefile \
           manuals/fr/concepts/Makefile \
           manuals/fr/console/Makefile \
@@ -127,6 +134,7 @@ for i in manuals/update_version manuals/version.tex manuals/bacula.sty ; do
   for j in catalog concepts console developers install problems utility ; do
       cp -f $i manuals/de/$j
       cp -f $i manuals/en/$j
+      cp -f $i manuals/es/$j
       cp -f $i manuals/fr/$j
   done
 done
index aaa4294dfdf5f4f7ce34e373e5d19a5fd775e3d3..fcb2d93bed6bc362942a45d0a9bdd28fabc83890 100755 (executable)
@@ -2189,7 +2189,7 @@ MCOMMON=./autoconf/Make.common
 
 
 
-ac_config_files="$ac_config_files autoconf/Make.common Makefile manuals/update_version manuals/version.tex manuals/bacula.sty manuals/de/catalog/Makefile manuals/de/concepts/Makefile manuals/de/console/Makefile manuals/de/developers/Makefile manuals/de/install/Makefile manuals/de/problems/Makefile manuals/de/utility/Makefile manuals/en/catalog/Makefile manuals/en/concepts/Makefile manuals/en/console/Makefile manuals/en/developers/Makefile manuals/en/install/Makefile manuals/en/problems/Makefile manuals/en/utility/Makefile manuals/fr/catalog/Makefile manuals/fr/concepts/Makefile manuals/fr/console/Makefile manuals/fr/developers/Makefile manuals/fr/install/Makefile manuals/fr/problems/Makefile manuals/fr/utility/Makefile bacula-web/Makefile bacula-web/version.tex $PFILES"
+ac_config_files="$ac_config_files autoconf/Make.common Makefile manuals/update_version manuals/version.tex manuals/bacula.sty manuals/de/catalog/Makefile manuals/de/concepts/Makefile manuals/de/console/Makefile manuals/de/developers/Makefile manuals/de/install/Makefile manuals/de/problems/Makefile manuals/de/utility/Makefile manuals/en/catalog/Makefile manuals/en/concepts/Makefile manuals/en/console/Makefile manuals/en/developers/Makefile manuals/en/install/Makefile manuals/en/problems/Makefile manuals/en/utility/Makefile manuals/es/catalog/Makefile manuals/es/concepts/Makefile manuals/es/console/Makefile manuals/es/developers/Makefile manuals/es/install/Makefile manuals/es/problems/Makefile manuals/es/utility/Makefile manuals/fr/catalog/Makefile manuals/fr/concepts/Makefile manuals/fr/console/Makefile manuals/fr/developers/Makefile manuals/fr/install/Makefile manuals/fr/problems/Makefile manuals/fr/utility/Makefile bacula-web/Makefile bacula-web/version.tex $PFILES"
 
 ac_config_commands="$ac_config_commands default"
 
@@ -2784,6 +2784,13 @@ do
     "manuals/en/install/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/en/install/Makefile" ;;
     "manuals/en/problems/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/en/problems/Makefile" ;;
     "manuals/en/utility/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/en/utility/Makefile" ;;
+    "manuals/es/catalog/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/es/catalog/Makefile" ;;
+    "manuals/es/concepts/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/es/concepts/Makefile" ;;
+    "manuals/es/console/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/es/console/Makefile" ;;
+    "manuals/es/developers/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/es/developers/Makefile" ;;
+    "manuals/es/install/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/es/install/Makefile" ;;
+    "manuals/es/problems/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/es/problems/Makefile" ;;
+    "manuals/es/utility/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/es/utility/Makefile" ;;
     "manuals/fr/catalog/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/fr/catalog/Makefile" ;;
     "manuals/fr/concepts/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/fr/concepts/Makefile" ;;
     "manuals/fr/console/Makefile") CONFIG_FILES="$CONFIG_FILES manuals/fr/console/Makefile" ;;
@@ -3269,6 +3276,7 @@ for i in manuals/update_version manuals/version.tex manuals/bacula.sty ; do
   for j in catalog concepts console developers install problems utility ; do
       cp -f $i manuals/de/$j
       cp -f $i manuals/en/$j
+      cp -f $i manuals/es/$j
       cp -f $i manuals/fr/$j
   done
 done
index fedb655aeffdcff70039d9f31b2b4df3c7f2ee81..dff69b4566645d850de858c5a2c0ed2acb8dea37 100644 (file)
               </td>
               <td><img src="/images/spacer.gif" width="50px" height="1px"></td>
               <td>
-                 <a href="mailto:l.strappazonNOSPAM@free.fre">Ludovic Strappazon</a><br>
+                 <a href="mailto:l.strappazonNOSPAM@gmail.com">Ludovic Strappazon</a><br>
                  Strasbourg, France<br>
-                 +33 685 27 93 39<br>
+                 +33 6 42 58 97 42<br>
                  <br>
                  I offer engineering services and training around storage and Backup. 
                  Planning and scaling of your hardware installation, Bacula implementation.
index c695e3b3dc70c945b2d0c830a2cc650ddb423aeb..3cd4ff473dfa1a353c76f1c69cee23a6db86dea1 100644 (file)
               </td>
               <td><img src="/images/spacer.gif" width="50px" height="1px"></td>
               <td>
-                 <a href="mailto:l.strappazonNOSPAM@free.fre">Ludovic Strappazon</a><br>
+                 <a href="mailto:l.strappazonNOSPAM@gmail.com">Ludovic Strappazon</a><br>
                  Strasbourg, France<br>
-                 +33 685 27 93 39<br>
+                 +33 6 42 58 97 42<br>
                  <br>
                  I offer engineering services and training around storage and Backup. 
                  Planning and scaling of your hardware installation, Bacula implementation.
index 6432b31762662e7d31e341f968b52151a53255c0..ad634e7e0cfde692c5e141fc8c0caf079b24ab16 100644 (file)
               </td>
               <td><img src="/images/spacer.gif" width="50px" height="1px"></td>
               <td>
-                 <a href="mailto:l.strappazonNOSPAM@free.fre">Ludovic Strappazon</a><br>
+                 <a href="mailto:l.strappazonNOSPAM@gmail.com">Ludovic Strappazon</a><br>
                  Strasbourg, France<br>
-                 +33 685 27 93 39<br>
+                 +33 6 42 58 97 42<br>
                  <br>
                  I offer engineering services and training around storage and Backup. 
                  Planning and scaling of your hardware installation, Bacula implementation.