From d03f8cf85611ed9bbdb3090f352429affbb11c2c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 6 May 2009 13:10:33 +0000 Subject: [PATCH] ebl change the ugly grey background on symbole and images to white --- docs/manuals/en/concepts/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5