From: Eric Bollengier Date: Mon, 10 Dec 2012 15:58:17 +0000 (+0100) Subject: Force usage of html 3.2 in latex2html X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=445993025d0f9e3ca3058cc5a16daf16e365d8d4;p=bacula%2Fdocs Force usage of html 3.2 in latex2html --- diff --git a/docs/manuals/en/main/web.makefile b/docs/manuals/en/main/web.makefile index 65c7fb3c..1066f842 100644 --- a/docs/manuals/en/main/web.makefile +++ b/docs/manuals/en/main/web.makefile @@ -81,7 +81,7 @@ web: commonfiles epsimages pngimages @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png latex2html -split 3 -local_icons -t "Bacula Main Reference" -long_titles 4 \ -toc_stars -contents_in_nav -init_file latex2html-init.pl \ - -no_antialias -no_antialias_text \ + -no_antialias -no_antialias_text -html_version 3.2\ -white -notransparent ${DOC} >tex.out 2>&1 @(if [ -f imagename_translations ] ; then \ ./translate_images.pl --from_meaningful_names $(MAINDOC).html; \