<a href="<? echo $spath ?>/?page=news"> HTML</a>
</li>
<li>New Features in current version
- <a href="/3.1.x-manuals/en/concepts/concepts/New_Features.html"> HTML</a>
+ <a href="/3.1.x-manuals/en/concepts/concepts/New_Features_in_3.1.4.html"> HTML</a>
</li><br>
<li>Concepts and Overview Guide
<a href="/3.1.x-manuals/en/concepts/concepts.pdf"> PDF</a>
IMAGES=../../../images
DOC=catalog
+MAINDOC=Bacula_Catalog_Database_Gui.html
first_rule: all
fi)
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-init_file latex2html-init.pl ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
@rm -rf ${DOC}/*.html
latex2html -split 3 -local_icons -t "Bacula Catalog Database Guide" -long_titles 4 \
-toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Catalo*.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+ @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
@echo "Done making web"
show:
xdvi ${DOC}
IMAGES=../../../images
DOC=concepts
+MAINDOC=Bacula_Concepts_Overview_Gu.html
first_rule: all
fi)
latex2html -white -no_subdir -split 0 -toc_stars -white \
-init_file latex2html-init.pl ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
@rm -rf ${DOC}/*.html
latex2html -split 3 -local_icons -t "Bacula Concepts and Overview Guide" -long_titles 4 \
-toc_stars -contents_in_nav -init_file latex2html-init.pl -white ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Concep_Overvi_Guide.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+ @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
@echo "Done making web"
show:
xdvi ${DOC}
IMAGES=../../../images
DOC=console
+MAINDOC=Bacula_Console_Operators_Gu.html
first_rule: all
fi)
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-init_file latex2html-init.pl ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
@echo "Done making html"
@rm -rf ${DOC}/*.html
latex2html -split 3 -local_icons -t "Bacula Console and Operators Guide" -long_titles 4 \
-toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Consol*.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
@echo "Done making web"
show:
xdvi ${DOC}
fi)
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@rm -f *.eps *.gif *.jpg *.old
@rm -rf ${DOC}/*.html
latex2html -split 4 -local_icons -t "Developer's Guide" -long_titles 4 \
-contents_in_nav -toc_stars -white -notransparent ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}/Developer*Guide.html
- @cp -f ${DOC}/Developer_s_Guide.html ${DOC}/index.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
+ @cp -f ${DOC}/Bacula_Developer_Notes.html ${DOC}/index.html
@rm -f *.eps *.gif *.jpg ${DOC}/*.eps *.old
@rm -f ${DOC}/idle.png
@rm -f ${DOC}/win32-*.png ${DOC}/wx-console*.png ${DOC}/xp-*.png
IMAGES=../../../images
DOC=install
+MAINDOC=Bacula_Installation_Configu.html
first_rule: all
fi)
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-init_file latex2html-init.pl ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
@rm -rf ${DOC}/*.html
latex2html -split 3 -local_icons -t "Bacula Installation and Configuration Guide" -long_titles 4 \
-toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Instal_Config_Guide.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+ @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
@echo "Done making web"
show:
xdvi ${DOC}
IMAGES=../../../images
DOC=misc
+MAINDOC=Bacula_Miscellaneous_Guide.html
first_rule: all
fi)
latex2html -white -no_subdir -split 0 -toc_stars -white \
-init_file latex2html-init.pl ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
@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
@rm -rf ${DOC}/*.html
- latex2html -split 3 -local_icons -t "Miscellaneous Guide" -long_titles 4 \
+ latex2html -split 3 -local_icons -t "Bacula Miscellaneous Guide" -long_titles 4 \
-toc_stars -contents_in_nav -init_file latex2html-init.pl -white ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}/Miscel_Guide.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+ @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
@echo "Done making web"
show:
xdvi ${DOC}
\parindent 0pt
\title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
- \Huge{Bacula}$^{\normalsize \textregistered}$ \Huge{Miscellaneous Guide}
+ \Huge{Bacula}$^{\normalsize \textregistered}$ \Huge{Bacula Miscellaneous Guide}
\begin{center}
\large{It comes in the night and sucks
the essence from your computers. }
IMAGES=../../../images
DOC=problems
+MAINDOC=Bacula_Problem_Resolution_G.html
first_rule: all
fi)
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-init_file latex2html-init.pl ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
@rm -rf ${DOC}/*.html
latex2html -split 3 -local_icons -t "Bacula Problem Resolution Guide" -long_titles 4 \
-toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Proble*.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+ @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
@echo "Done making web"
show:
xdvi ${DOC}
IMAGES=../../../images
DOC=utility
+MAINDOC=Bacula_Utility_Programs.html
first_rule: all
fi)
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-init_file latex2html-init.pl ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
cp ${IMAGES}/bacula-logo.png ${DOC}
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
@rm -rf ${DOC}/*.html
latex2html -split 3 -local_icons -t "Bacula Utility Programs" -long_titles 4 \
-toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
- ./translate_images.pl --to_meaningful_names ${DOC}/Bacula_Utilit*.html
+ @(if [ -f imagename_translations ] ; then \
+ ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
+ @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
@echo "Done making web"
show:
xdvi ${DOC}