@(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)
@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"