]> git.sur5r.net Git - bacula/docs/commitdiff
ebl change the ugly grey background on symbole and images to white
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 6 May 2009 13:10:33 +0000 (13:10 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 6 May 2009 13:10:33 +0000 (13:10 +0000)
docs/manuals/en/concepts/Makefile.in

index 11ab7a6c5b2f8e579cea84d7574418a6baa43c9a..6a582d84dc77364ad7560ab6f33de3b974482c7c 100644 (file)
@@ -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"