From: Kern Sibbald Date: Sat, 31 Oct 2009 18:23:28 +0000 (+0100) Subject: Fix index.html links X-Git-Tag: Release-5.0.0~54 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fdocs;a=commitdiff_plain;h=66d66f675975bf3c5a1dc0670a89b2df2b15a452 Fix index.html links --- diff --git a/docs/home-page/en/pages/documentation.php b/docs/home-page/en/pages/documentation.php index fe3821a7..20230b64 100644 --- a/docs/home-page/en/pages/documentation.php +++ b/docs/home-page/en/pages/documentation.php @@ -63,7 +63,7 @@ HTML
  • New Features in current version - HTML + HTML

  • Concepts and Overview Guide PDF diff --git a/docs/manuals/en/catalog/Makefile.in b/docs/manuals/en/catalog/Makefile.in index aea48b83..efa814e7 100644 --- a/docs/manuals/en/catalog/Makefile.in +++ b/docs/manuals/en/catalog/Makefile.in @@ -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} diff --git a/docs/manuals/en/concepts/Makefile.in b/docs/manuals/en/concepts/Makefile.in index 9d780029..702a78bd 100644 --- a/docs/manuals/en/concepts/Makefile.in +++ b/docs/manuals/en/concepts/Makefile.in @@ -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} diff --git a/docs/manuals/en/console/Makefile.in b/docs/manuals/en/console/Makefile.in index be059cb2..0746e14d 100644 --- a/docs/manuals/en/console/Makefile.in +++ b/docs/manuals/en/console/Makefile.in @@ -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} diff --git a/docs/manuals/en/developers/Makefile.in b/docs/manuals/en/developers/Makefile.in index 8db4e3d4..6ecbefea 100644 --- a/docs/manuals/en/developers/Makefile.in +++ b/docs/manuals/en/developers/Makefile.in @@ -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 diff --git a/docs/manuals/en/install/Makefile.in b/docs/manuals/en/install/Makefile.in index 6641ff11..71a9f808 100644 --- a/docs/manuals/en/install/Makefile.in +++ b/docs/manuals/en/install/Makefile.in @@ -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} diff --git a/docs/manuals/en/misc/Makefile.in b/docs/manuals/en/misc/Makefile.in index 8301f292..ae4ac916 100644 --- a/docs/manuals/en/misc/Makefile.in +++ b/docs/manuals/en/misc/Makefile.in @@ -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} diff --git a/docs/manuals/en/misc/coverpage.tex b/docs/manuals/en/misc/coverpage.tex index 513bbf65..37dc9314 100644 --- a/docs/manuals/en/misc/coverpage.tex +++ b/docs/manuals/en/misc/coverpage.tex @@ -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. } diff --git a/docs/manuals/en/problems/Makefile.in b/docs/manuals/en/problems/Makefile.in index 49439c03..fe710d4d 100644 --- a/docs/manuals/en/problems/Makefile.in +++ b/docs/manuals/en/problems/Makefile.in @@ -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} diff --git a/docs/manuals/en/utility/Makefile.in b/docs/manuals/en/utility/Makefile.in index 66c3611d..af4e17fb 100644 --- a/docs/manuals/en/utility/Makefile.in +++ b/docs/manuals/en/utility/Makefile.in @@ -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}