]> git.sur5r.net Git - bacula/docs/commitdiff
Fix images -- FC3 netpdm bug
authorKern Sibbald <kern@sibbald.com>
Wed, 8 Jun 2005 08:35:18 +0000 (08:35 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 8 Jun 2005 08:35:18 +0000 (08:35 +0000)
docs/manual/Makefile
docs/manual/fileset.tex
docs/manual/recycling.tex
docs/manual/version.tex

index 6c27d4c645ab9f571ce963d0420d73f082ba1a75..c32cbdc924f60313356684fea0d31d5c701265d5 100644 (file)
@@ -4,11 +4,9 @@
 #
 # To build everything do
 #    make tex
-#    make links
-#    make all
 #    make web
 #    make html
-#    make pdf
+#    make dvipdf
 #
 # or simply
 #
 
 IMAGES=../images
 
-#  bacula  -- special case below
-#  running -- special case below
-#  developers -- special case below
-
-#
-# Note, these are all parts of the manual not in any
-#  particular order (mostly alphabetic). The order they
-#  appear in the manual is defined in bacula.tex
-#
-# Note also that certain of these chapters are in the 
-#  bacula.tex manual, and others in the developers.tex 
-#  manual.
-#
-MANUAL = \
-   autochangers bootstrap bugs catalog \
-   catmaintenance configure consoleconf console critical \
-   daemonprotocol dirdconf director disk faq filedconf file \
-   firewalls gpl install internaldb kaboom lesser \
-   license messagesres monitorconf mysql oldfileset pools \
-   porting postgresql progs projects quickstart recycling \
-   regression rescuefloppy rescue restore rpm-faq \
-   security spooling sqlite state storage \
-   storedconf strategies stunnel \
-   requirements supportedoses supporteddrives tapetesting \
-   thanks tips vars verify win32 \
-   daemonprotocol gui-interface \
-   supportedchangers \
-   md5 mediaformat mempool netprotocol porting smartall
-
-
 first_rule: bacula
 
 bacula: tex web html dvipdf
 
-# Note, assume bacula manual was built first
-#  I've removed devhtml so that the resulting files
-#  (images) do not conflict with the main manual
 developers: devtex devweb devpdf
 
 .SUFFIXES:     .tex .html
@@ -95,6 +60,8 @@ dvipdf:
        @echo "Making dvi to pdf"
        @cp -fp ${IMAGES}/hires/*.eps .
        dvipdf bacula.dvi bacula.pdf
+# Rename for loading on Web site
+       mv bacula.pdf dev-bacula.pdf
        @rm -f *.eps *.old
 
 
@@ -111,14 +78,19 @@ devpdfm:
        @rm -f *.eps *.old
 
 html:
+       @echo " "
        @echo "Making html"
-#    If you turn on the following, it aborts after a "make clean"
-       @./translate_images.pl --from_meaningful_names bacula.html
+       @(if [ -e imagename_translations ] ; then \
+           ./translate_images.pl --from_meaningful_names bacula.html; \
+        fi)
        @cp -fp ${IMAGES}/*.eps .
+       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
        latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-               -init_file latex2html-init.pl bacula >/dev/null
-       @echo
-       @./translate_images.pl --to_meaningful_names bacula.html
+               -init_file latex2html-init.pl bacula >tex.out 2>&1
+       @grep "unmatched" tex.out
+       @echo "opening brace #41 ... is expected"
+       @echo " "
+       ./translate_images.pl --to_meaningful_names bacula.html
        @rm -f *.eps *.gif *.jpg
 
 devhtml:
@@ -129,24 +101,26 @@ devhtml:
        ./translate_images.pl developers.html
        @rm -f *.eps *.gif *.jpg *.old
 
-
 web:
        @echo "Making web"
        @mkdir -p bacula
-       @cp -f imagename_translations bacula
-#    If you turn on the following, it aborts after a "make clean"
-       @./translate_images.pl --from_meaningful_names bacula/Bacula_Users_Guide.html
+       @cp -fp ${IMAGES}/*.eps *.txt ${IMAGES}/*.png bacula
+       @(if [ -e bacula/imagename_translations ] ; then \
+          ./translate_images.pl --from_meaningful_names bacula/Bacula_Users_Guide.html; \
+        fi)
        @rm -rf bacula/*.html
        @cp -fp ${IMAGES}/*.eps .
        @rm -f next.eps next.png prev.eps prev.png up.eps up.png
        @cp -fp ${IMAGES}/*.eps *.txt bacula
        @rm -f bacula/next.eps bacula/next.png bacula/prev.eps bacula/prev.png bacula/up.eps bacula/up.png
        latex2html -split 4 -local_icons -t "Bacula User's Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent bacula >/dev/null
-       @echo
+               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent bacula >tex.out 2>&1
+       @grep "unmatched" tex.out
+       @echo "opening brace #41 ... is expected"
        @./translate_images.pl --to_meaningful_names bacula/Bacula_Users_Guide.html
        @cp -f bacula/Bacula_Freque_Asked_Questi.html bacula/faq.html 
        @rm -f *.eps *.gif *.jpg bacula/*.eps *.old
+       @rm -f bacula/xp-*.png
 
 devweb:
        @echo "Making developers web"
@@ -162,6 +136,9 @@ devweb:
        @cp -f developers/Developers_Guide.html developers/index.html
        @rm -f *.eps *.gif *.jpg developers/*.eps  *.old
 
+show:
+       xdvi bacula
+
 texcheck:
        ./check_tex.pl bacula.tex
        ./check_tex.pl developers.tex
@@ -175,7 +152,7 @@ clean:
        @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
        @rm -f *.html *.backup *.pdf *.ps *.dvi *.ilg *.lof *.lot
        @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
-       @rm -f *.dnd
+       @rm -f *.dnd imagename_translations
        @rm -f *.old WARNINGS *.out *.toc *.idx
        @rm -f images.pl labels.pl internals.pl
        @rm -rf bacula developers
index d8664549837ecee19904639b100638e63d76ebe5..3773c514ff714959421e97857a3e72b6783f89ce 100644 (file)
@@ -413,7 +413,7 @@ The directives within an Options resource may be one of the following:
    until the first one that matches.  Note, if you exclude a directory, no
    files or directories below it will be matched.
 
-\item [exclude=yes|no]}
+\item [exclude=yes|no]
 \index[dir]{exclude }
    The default is {\bf no}. When  enabled, any files matched within the Options
    will be  excluded from the backup. 
index 9be49d22b2161787c01f778b4dc3e2f9fa85280b..7ec1a8676b7c866a7424141d8ba8016cbcf80437 100644 (file)
@@ -29,7 +29,7 @@ Bacula can manage the recycling (such as defined above) automatically.
 
 Automatic recycling of Volumes is controlled by three records in the {\bf
 Pool} resource definition in the Director's configuration file. These three
-records are: {\bf 
+records are: 
 
 \begin{itemize}
 \item AutoPrune = yes 
index 05f79ff79b402a5057745e8a3f3b12dc747cfaa6..6c93bc8f729abad97f19adeb89fa56ab8a6684ea 100644 (file)
@@ -1 +1 @@
-1.37.18
+1.37.21