]> git.sur5r.net Git - bacula/docs/commitdiff
latex2html version 4 mandatory
authorPhilippe Chauvat <philippe.chauvat@baculasystems.com>
Fri, 14 Dec 2012 16:47:22 +0000 (17:47 +0100)
committerEric Bollengier <eric@baculasystems.com>
Mon, 17 Dec 2012 15:30:02 +0000 (16:30 +0100)
docs/manuals/en/console/web.makefile
docs/manuals/en/developers/web.makefile
docs/manuals/en/main/web.makefile
docs/manuals/en/misc/web.makefile
docs/manuals/en/problems/web.makefile
docs/manuals/en/utility/web.makefile

index 7ba4a61ddc5891199cb19729c4f1b334b95b5339..5ab8a5f8d4ce0d2d7754c462b1567fa599e3d3f5 100644 (file)
@@ -18,7 +18,14 @@ BSYSCOMPILERFILE=bsys-compiler-mode.tex
 PDFCOMPILERFILE=$(MANUALSDIR)/bsys-pdflatex-mode.tex
 TEXCOMPILERFILE=$(MANUALSDIR)/bsys-latex-mode.tex
 WEBCOMPILERFILE=$(MANUALSDIR)/bsys-web-mode.tex
+#
+# Web documentation generation
 WWWDIR=../www-$(DOC)
+HTML_TITLE="Console and Operators Guide"
+HTML_DEPTH=3
+HTML_TITLES=6
+HTML_VERSION=4.0
+LATEX_TO_HTML=latex2html -split ${HTML_DEPTH} -local_icons -t ${HTML_TITLE} -long_titles ${HTML_TITLES} -toc_stars -contents_in_nav -init_file latex2html-init.pl -no_antialias -no_antialias_text -white -notransparent ${DOC} -html_version ${HTML_VERSION} >tex.out 2>&1
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -81,10 +88,7 @@ web: commonfiles epsimages pngimages
        @rm -f next.eps next.png prev.eps prev.png up.eps up.png
        @rm -f ${DOC}/xp-*.png
        @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 "Console and Operators Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl \
-               -no_antialias -no_antialias_text \
-               -white -notransparent ${DOC} >tex.out 2>&1
+       @${LATEX_TO_HTML}
        @(if [ -f imagename_translations ] ; then \
            ./translate_images.pl --from_meaningful_names $(MAINDOC).html; \
         fi)
index 274809e1cd17a5181319308ef2fa50eb6bb0a018..72f93c9849975b934704b9bda96e2577cc2084f4 100644 (file)
@@ -16,7 +16,14 @@ BSYSCOMPILERFILE=bsys-compiler-mode.tex
 PDFCOMPILERFILE=$(MANUALSDIR)/bsys-pdflatex-mode.tex
 TEXCOMPILERFILE=$(MANUALSDIR)/bsys-latex-mode.tex
 WEBCOMPILERFILE=$(MANUALSDIR)/bsys-web-mode.tex
+#
+# Web documentation generation
 WWWDIR=../www-$(DOC)
+HTML_TITLE="Developer's Guide"
+HTML_DEPTH=3
+HTML_TITLES=6
+HTML_VERSION=4.0
+LATEX_TO_HTML=latex2html -split ${HTML_DEPTH} -local_icons -t ${HTML_TITLE} -long_titles ${HTML_TITLES} -toc_stars -contents_in_nav -init_file latex2html-init.pl -no_antialias -no_antialias_text -white -notransparent ${DOC} -html_version ${HTML_VERSION} >tex.out 2>&1
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -80,10 +87,7 @@ web: commonfiles epsimages pngimages
        @rm -f next.eps next.png prev.eps prev.png up.eps up.png
        @rm -f ${DOC}/xp-*.png
        @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 "Developer's Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl \
-               -no_antialias -no_antialias_text \
-               -white -notransparent ${DOC} >tex.out 2>&1
+       @${LATEX_TO_HTML}
        @(if [ -f imagename_translations ] ; then \
            ./translate_images.pl --from_meaningful_names $(MAINDOC).html; \
         fi)
index e617e3d8ad8b715d1a487fb01304fe0c95b95abd..372ffefcb4d66a03e2553013ee092d92427c29c9 100644 (file)
@@ -1,7 +1,7 @@
 MANUALSDIR=../..
 IMAGES=$(MANUALSDIR)/../images
 DOC=main
-MAINDOC=Bacula_Main_Reference.html
+MAINDOC=Main_Reference.html
 BSYSMANUALDIR=$(MANUALSDIR)/../bsysmanual
 COVERSDIR=$(MANUALSDIR)/../covers
 PDFCOVERSDIR=$(COVERSDIR)/pdf
@@ -16,7 +16,14 @@ BSYSCOMPILERFILE=bsys-compiler-mode.tex
 PDFCOMPILERFILE=$(MANUALSDIR)/bsys-pdflatex-mode.tex
 TEXCOMPILERFILE=$(MANUALSDIR)/bsys-latex-mode.tex
 WEBCOMPILERFILE=$(MANUALSDIR)/bsys-web-mode.tex
+#
+# Web documentation generation
 WWWDIR=../www-$(DOC)
+HTML_TITLE="Main Reference"
+HTML_DEPTH=3
+HTML_TITLES=6
+HTML_VERSION=4.0
+LATEX_TO_HTML=latex2html -split ${HTML_DEPTH} -local_icons -t ${HTML_TITLE} -long_titles ${HTML_TITLES} -toc_stars -contents_in_nav -init_file latex2html-init.pl -no_antialias -no_antialias_text -white -notransparent ${DOC} -html_version ${HTML_VERSION} >tex.out 2>&1
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -79,10 +86,7 @@ web: commonfiles epsimages pngimages
        @rm -f next.eps next.png prev.eps prev.png up.eps up.png
        @rm -f ${DOC}/xp-*.png
        @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 6 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl \
-               -no_antialias -no_antialias_text \
-               -white -notransparent ${DOC} >tex.out 2>&1
+       @${LATEX_TO_HTML}
        @(if [ -f imagename_translations ] ; then \
            ./translate_images.pl --from_meaningful_names $(MAINDOC).html; \
         fi)
index 63d939ddce55a1c6b868b4f447f3a2e046738982..998c58a47e545553956c4e2d5fe9ff3bd34e31f9 100644 (file)
@@ -1,7 +1,7 @@
 MANUALSDIR=../..
 IMAGES=$(MANUALSDIR)/../images
 DOC=misc
-MAINDOC=Bacula_Miscellaneous_Guide.html
+MAINDOC=Miscellaneous_Guide.html
 BSYSMANUALDIR=$(MANUALSDIR)/../bsysmanual
 COVERSDIR=$(MANUALSDIR)/../covers
 PDFCOVERSDIR=$(COVERSDIR)/pdf
@@ -15,7 +15,15 @@ BSYSCOMPILERFILE=bsys-compiler-mode.tex
 PDFCOMPILERFILE=$(MANUALSDIR)/bsys-pdflatex-mode.tex
 TEXCOMPILERFILE=$(MANUALSDIR)/bsys-latex-mode.tex
 WEBCOMPILERFILE=$(MANUALSDIR)/bsys-web-mode.tex
+#
+# Web documentation generation
 WWWDIR=../www-$(DOC)
+HTML_TITLE="Miscellaneous Guide"
+HTML_DEPTH=3
+HTML_TITLES=6
+HTML_VERSION=4.0
+LATEX_TO_HTML=latex2html -split ${HTML_DEPTH} -local_icons -t ${HTML_TITLE} -long_titles ${HTML_TITLES} -toc_stars -contents_in_nav -init_file latex2html-init.pl -no_antialias -no_antialias_text -white -notransparent ${DOC} -html_version ${HTML_VERSION} >tex.out 2>&1
+
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -79,10 +87,7 @@ web: commonfiles epsimages pngimages
        @rm -f next.eps next.png prev.eps prev.png up.eps up.png
        @rm -f ${DOC}/xp-*.png
        @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 Miscellaneous Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl \
-               -no_antialias -no_antialias_text \
-               -white -notransparent ${DOC} >tex.out 2>&1
+       @${LATEX_TO_HTML}
        @(if [ -f imagename_translations ] ; then \
            ./translate_images.pl --from_meaningful_names $(MAINDOC).html; \
         fi)
index 1c3864b877aaa7748dc4783c6bfb7518f41eb107..991c014cbf114f5b67b2233353ac78cb60fb737e 100644 (file)
@@ -1,7 +1,7 @@
 MANUALSDIR=../..
 IMAGES=$(MANUALSDIR)/../images
 DOC=problems
-MAINDOC=Bacula_Problem_Resolution_G.html
+MAINDOC=Problem_Resolution_Guide.html
 BSYSMANUALDIR=$(MANUALSDIR)/../bsysmanual
 COVERSDIR=$(MANUALSDIR)/../covers
 PDFCOVERSDIR=$(COVERSDIR)/pdf
@@ -15,7 +15,14 @@ BSYSCOMPILERFILE=bsys-compiler-mode.tex
 PDFCOMPILERFILE=$(MANUALSDIR)/bsys-pdflatex-mode.tex
 TEXCOMPILERFILE=$(MANUALSDIR)/bsys-latex-mode.tex
 WEBCOMPILERFILE=$(MANUALSDIR)/bsys-web-mode.tex
+#
+# Web documentation generation
 WWWDIR=../www-$(DOC)
+HTML_TITLE="Problem Resolution Guide"
+HTML_DEPTH=3
+HTML_TITLES=6
+HTML_VERSION=4.0
+LATEX_TO_HTML=latex2html -split ${HTML_DEPTH} -local_icons -t ${HTML_TITLE} -long_titles ${HTML_TITLES} -toc_stars -contents_in_nav -init_file latex2html-init.pl -no_antialias -no_antialias_text -white -notransparent ${DOC} -html_version ${HTML_VERSION} >tex.out 2>&1
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -78,10 +85,7 @@ web: commonfiles epsimages pngimages
        @rm -f next.eps next.png prev.eps prev.png up.eps up.png
        @rm -f ${DOC}/xp-*.png
        @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 Problem Resolution Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl \
-               -no_antialias -no_antialias_text \
-               -white -notransparent ${DOC} >tex.out 2>&1
+       @${LATEX_TO_HTML}
        @(if [ -f imagename_translations ] ; then \
            ./translate_images.pl --from_meaningful_names $(MAINDOC).html; \
         fi)
index f625a6c45d8b43c2577949b5534bda2f10c91879..720868148dbd6f57c5f4380c4b8c8535f1ec897d 100644 (file)
@@ -1,7 +1,7 @@
 MANUALSDIR=../..
 IMAGES=$(MANUALSDIR)/../images
 DOC=utility
-MAINDOC=Bacula_Utility_Programs.html
+MAINDOC=Utility_Programs.html
 BSYSMANUALDIR=$(MANUALSDIR)/../bsysmanual
 COVERSDIR=$(MANUALSDIR)/../covers
 PDFCOVERSDIR=$(COVERSDIR)/pdf
@@ -15,7 +15,14 @@ BSYSCOMPILERFILE=bsys-compiler-mode.tex
 PDFCOMPILERFILE=$(MANUALSDIR)/bsys-pdflatex-mode.tex
 TEXCOMPILERFILE=$(MANUALSDIR)/bsys-latex-mode.tex
 WEBCOMPILERFILE=$(MANUALSDIR)/bsys-web-mode.tex
+#
+# Web documentation generation
 WWWDIR=../www-$(DOC)
+HTML_TITLE="Utility Programs"
+HTML_DEPTH=3
+HTML_TITLES=6
+HTML_VERSION=4.0
+LATEX_TO_HTML=latex2html -split ${HTML_DEPTH} -local_icons -t ${HTML_TITLE} -long_titles ${HTML_TITLES} -toc_stars -contents_in_nav -init_file latex2html-init.pl -no_antialias -no_antialias_text -white -notransparent ${DOC} -html_version ${HTML_VERSION} >tex.out 2>&1
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -78,10 +85,7 @@ web: commonfiles epsimages pngimages
        @rm -f next.eps next.png prev.eps prev.png up.eps up.png
        @rm -f ${DOC}/xp-*.png
        @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 Utility Programs" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl \
-               -no_antialias -no_antialias_text \
-               -white -notransparent ${DOC} >tex.out 2>&1
+       @${LATEX_TO_HTML}
        @(if [ -f imagename_translations ] ; then \
            ./translate_images.pl --from_meaningful_names $(MAINDOC).html; \
         fi)