From: Eric Bollengier Date: Wed, 6 May 2009 13:10:33 +0000 (+0000) Subject: ebl change the ugly grey background on symbole and images to white X-Git-Tag: Release-3.0.2~259 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d03f8cf85611ed9bbdb3090f352429affbb11c2c;p=bacula%2Fdocs ebl change the ugly grey background on symbole and images to white --- diff --git a/docs/manuals/en/concepts/Makefile.in b/docs/manuals/en/concepts/Makefile.in index 11ab7a6c..6a582d84 100644 --- a/docs/manuals/en/concepts/Makefile.in +++ b/docs/manuals/en/concepts/Makefile.in @@ -79,7 +79,7 @@ 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 \ + 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 (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done) @@ -96,7 +96,7 @@ web: @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 + -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 (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done) @echo "Done making web"