]> git.sur5r.net Git - bacula/docs/commitdiff
doc: Make changes suggested by Carsten Leonhardt
authorKern Sibbald <kern@sibbald.com>
Wed, 21 Sep 2016 09:13:28 +0000 (11:13 +0200)
committerKern Sibbald <kern@sibbald.com>
Wed, 21 Sep 2016 09:13:28 +0000 (11:13 +0200)
docs/README
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 cb0140a9b77bde3b0547ce566cc558eb012ce022..f204e3271520a560e8ebfc4c9863fd0dbb10313c 100644 (file)
@@ -13,10 +13,30 @@ You normally should not edit that file, rather edit
 version.tex, see the end of this file for more on
 versions.
 
+For latex2html to find latex/, you may need:
+
+export TEXINPUTS=`pwd`/latex
+
 You must have at least the following packages loaded:
 latex2html
 te_latex
 tetex
+libhtml-parser-perl
+libhtml-treebuilder-libxml-perl
+
+instead of the full tex package, you can load:
+
+texlive-base
+texlive-fonts-recommended
+texlive-latex-recommended
+
+I tend to load pretty much everything with the following apt packages:
+
+dvipdfmx texlive latex2html
+
+and for rpms:
+
+tetex tetex-dvips tetx-fonds tetx-latex
 
 Web site:  nothing to build, simply copy the files to the
            Web site, then load the documents in the appropriate
@@ -35,6 +55,10 @@ English manual:
    named xxx which contains the web version of that particular
    manual.  The pdf is in manuals/en/xxx/xxx.pdf
 
+  NOTE!!! Please note that running multiple simultaneous makes does
+   not work.  I.e. "make -j3" will fail.  If you have a solution, please
+   send it to me.  Thanks.
+
 German manual:
    cd <docs>
    make german
index 12402a94cd4846411ece10b17425cd5b6e07c75e..610675f99907ab840024b2fb2f5138e8f1b02db2 100644 (file)
@@ -10,7 +10,7 @@ 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
+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:
@@ -44,9 +44,9 @@ clean:
 
 web: pngimages
        @echo "Making web"
-       @rm -f  next.png  prev.png  up.png
+       @rm -f  next.png  prev.png  up.png
        @rm -f ${DOC}/xp-*.png
-       @rm -f  ${DOC}/next.png  ${DOC}/prev.png  ${DOC}/up.png
+       @rm -f  ${DOC}/next.png  ${DOC}/prev.png  ${DOC}/up.png
        @${LATEX_TO_HTML}
        @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
index 813c6f8622d593c491c34661d24da2f0091f9b9b..6d3aecfb6ac71062556d197360a70ee7f7025c24 100644 (file)
@@ -7,7 +7,7 @@ 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
+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:
@@ -42,9 +42,9 @@ clean:
 
 web: pngimages
        @echo "Making web"
-       @rm -f  next.png  prev.png  up.png
+       @rm -f  next.png  prev.png  up.png
        @rm -f ${DOC}/xp-*.png
-       @rm -f  ${DOC}/next.png  ${DOC}/prev.png  ${DOC}/up.png
+       @rm -f  ${DOC}/next.png  ${DOC}/prev.png  ${DOC}/up.png
        @${LATEX_TO_HTML}
        @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
index 5a20d521da8c79fd193c0e886123c7b404cac53c..fff6ccfdafb1d3a7b7142fb70f918439abc4f2c3 100644 (file)
@@ -7,7 +7,7 @@ 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
+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:
@@ -41,9 +41,9 @@ clean:
 
 web: pngimages
        @echo "Making web"
-       @rm -f  next.png  prev.png  up.png
+       @rm -f  next.png  prev.png  up.png
        @rm -f ${DOC}/xp-*.png
-       @rm -f  ${DOC}/next.png  ${DOC}/prev.png  ${DOC}/up.png
+       @rm -f  ${DOC}/next.png  ${DOC}/prev.png  ${DOC}/up.png
        @${LATEX_TO_HTML}
        @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
index 3a5a573e998dfab0080a3d0c7d5726e867255527..28dd798ad60ffd6fa0b967e4af05e1d966e656ba 100644 (file)
@@ -7,7 +7,7 @@ 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
+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
@@ -43,9 +43,9 @@ clean:
 
 web: pngimages
        @echo "Making web"
-       @rm -f  next.png  prev.png  up.png
+       @rm -f  next.png  prev.png  up.png
        @rm -f ${DOC}/xp-*.png
-       @rm -f  ${DOC}/next.png  ${DOC}/prev.png  ${DOC}/up.png
+       @rm -f  ${DOC}/next.png  ${DOC}/prev.png  ${DOC}/up.png
        @${LATEX_TO_HTML}
        @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
        @echo "Done making web"
index f6ea2adf46acccb7a0dbb77bd4c389823a70475e..64ececf2591d7cd7c4f37b2b0803189c50095695 100644 (file)
@@ -7,7 +7,7 @@ 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
+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:
index 9007ca33e0051867f120df5f60d0386f3a3b28a7..501b21d4b5054660a970174d62d38e400d860e4c 100644 (file)
@@ -10,7 +10,7 @@ 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
+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: