]> git.sur5r.net Git - bacula/docs/commitdiff
Fix index.html links
authorKern Sibbald <kern@sibbald.com>
Sat, 31 Oct 2009 18:23:28 +0000 (19:23 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 31 Oct 2009 18:23:28 +0000 (19:23 +0100)
docs/home-page/en/pages/documentation.php
docs/manuals/en/catalog/Makefile.in
docs/manuals/en/concepts/Makefile.in
docs/manuals/en/console/Makefile.in
docs/manuals/en/developers/Makefile.in
docs/manuals/en/install/Makefile.in
docs/manuals/en/misc/Makefile.in
docs/manuals/en/misc/coverpage.tex
docs/manuals/en/problems/Makefile.in
docs/manuals/en/utility/Makefile.in

index fe3821a790726a584af8098ff4b8cc0edc9a2ad0..20230b6428591b397c52a2b745b8df20c8e7cdcd 100644 (file)
@@ -63,7 +63,7 @@
           <a href="<? echo $spath ?>/?page=news"> HTML</a>
          </li>
       <li>New Features in current version
-         <a href="/3.1.x-manuals/en/concepts/concepts/New_Features.html"> HTML</a>
+         <a href="/3.1.x-manuals/en/concepts/concepts/New_Features_in_3.1.4.html"> HTML</a>
          </li><br>
       <li>Concepts and Overview Guide
          <a href="/3.1.x-manuals/en/concepts/concepts.pdf"> PDF</a>
index aea48b83494967fceec943c7cf47b788e1e7df5f..efa814e75df1d7b5904bfe4cfe3d13f89f62eec1 100644 (file)
@@ -37,6 +37,7 @@
 IMAGES=../../../images
 
 DOC=catalog
+MAINDOC=Bacula_Catalog_Database_Gui.html
 
 first_rule: all
 
@@ -77,7 +78,9 @@ 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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
        @echo "Done making html"
 
@@ -93,8 +96,11 @@ web:
        @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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+       @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
 show:
        xdvi ${DOC}
index 9d780029ddc9734b423c3728861928c65a886ad0..702a78bdf51ee80e3f17ba1781dc5a542ece4b21 100644 (file)
@@ -37,6 +37,7 @@
 IMAGES=../../../images
 
 DOC=concepts
+MAINDOC=Bacula_Concepts_Overview_Gu.html
 
 first_rule: all
 
@@ -81,7 +82,9 @@ html:
         fi)
        latex2html -white -no_subdir -split 0 -toc_stars -white \
                -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
        @echo "Done making html"
 
@@ -97,8 +100,11 @@ web:
        @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 ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Concep_Overvi_Guide.html
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+       @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
 show:
        xdvi ${DOC}
index be059cb2f8e05720cf6a71dcb9f649de729c186a..0746e14df4a98448d7a69f8b93e7b96dfb9c7bac 100644 (file)
@@ -37,6 +37,7 @@
 IMAGES=../../../images
 
 DOC=console
+MAINDOC=Bacula_Console_Operators_Gu.html
 
 first_rule: all
 
@@ -77,7 +78,9 @@ 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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
        @echo "Done making html"
 
@@ -93,8 +96,11 @@ web:
        @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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+       @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
 show:
        xdvi ${DOC}
index 8db4e3d412f05d57bf9bbf7530f73f1fa626ed57..6ecbefea187aa1baee0a65e93feb8fb67f434d5a 100644 (file)
@@ -54,7 +54,9 @@ html:
         fi)
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
                ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
        @rm -f *.eps *.gif *.jpg *.old
 
@@ -72,8 +74,10 @@ web:
        @rm -rf ${DOC}/*.html
        latex2html -split 4 -local_icons -t "Developer's Guide" -long_titles 4 \
                -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}/Developer_s_Guide.html ${DOC}/index.html
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
+       @cp -f ${DOC}/Bacula_Developer_Notes.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
index 6641ff11956c819dbff10e314cf2e7d7a16bd79f..71a9f808d06b83f0620b0077fb5b7995670e1352 100644 (file)
@@ -37,6 +37,7 @@
 IMAGES=../../../images
 
 DOC=install
+MAINDOC=Bacula_Installation_Configu.html
 
 first_rule: all
 
@@ -81,7 +82,9 @@ 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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
        @echo "Done making html"
 
@@ -97,8 +100,11 @@ web:
        @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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+       @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
 show:
        xdvi ${DOC}
index 8301f292b289dab0cb0fe32e7ab38fa4f767c713..ae4ac916b27618e2f10bce0b062581a29f2c10bc 100644 (file)
@@ -37,6 +37,7 @@
 IMAGES=../../../images
 
 DOC=misc
+MAINDOC=Bacula_Miscellaneous_Guide.html
 
 first_rule: all
 
@@ -77,7 +78,9 @@ html:
         fi)
        latex2html -white -no_subdir -split 0 -toc_stars -white \
                -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}.html
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
        @echo "Done making html"
 
@@ -91,10 +94,13 @@ web:
        @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 "Miscellaneous Guide" -long_titles 4 \
+       latex2html -split 3 -local_icons -t "Bacula Miscellaneous Guide" -long_titles 4 \
                -toc_stars -contents_in_nav -init_file latex2html-init.pl -white ${DOC} >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names ${DOC}/Miscel_Guide.html
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+       @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
 show:
        xdvi ${DOC}
index 513bbf651885a1c8a8e2d8bee4292b0a00005dac..37dc9314a4e1fc78ffab7753b4b218ce11e4c42a 100644 (file)
@@ -3,7 +3,7 @@
 \parindent 0pt
 
 \title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
-  \Huge{Bacula}$^{\normalsize \textregistered}$ \Huge{Miscellaneous Guide}
+  \Huge{Bacula}$^{\normalsize \textregistered}$ \Huge{Bacula Miscellaneous Guide}
   \begin{center}
    \large{It comes in the night and sucks 
           the essence from your computers. }
index 49439c034c37607adbc5fc4e52c90e672d8315c7..fe710d4da87a31d0c13bc37b727d6732f990dd4e 100644 (file)
@@ -37,6 +37,7 @@
 IMAGES=../../../images
 
 DOC=problems
+MAINDOC=Bacula_Problem_Resolution_G.html
 
 first_rule: all
 
@@ -77,7 +78,9 @@ 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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
        @echo "Done making html"
 
@@ -93,8 +96,11 @@ web:
        @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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+       @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
 show:
        xdvi ${DOC}
index 66c3611d605b87691e59d230a1bac1eb149d999c..af4e17fbb3596e61b5dbdd22ad9694323af13015 100644 (file)
@@ -37,6 +37,7 @@
 IMAGES=../../../images
 
 DOC=utility
+MAINDOC=Bacula_Utility_Programs.html
 
 first_rule: all
 
@@ -77,7 +78,9 @@ 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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        cp ${IMAGES}/bacula-logo.png ${DOC}
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
        @echo "Done making html"
@@ -94,8 +97,11 @@ web:
        @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
+       @(if [ -f imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+        fi)
        (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+       @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
 show:
        xdvi ${DOC}