From 445993025d0f9e3ca3058cc5a16daf16e365d8d4 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 10 Dec 2012 16:58:17 +0100 Subject: [PATCH] Force usage of html 3.2 in latex2html --- docs/manuals/en/main/web.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.39.5