<a href="<? echo $spath ?>/?page=news"> HTML</a>
</li>
<li>New Features in Development Version
- <a href="/3.1.x-manuals/en/main/main/New_Features_in_3.1.4.html"> HTML</a>
+ <a href="/3.1.x-manuals/en/main/main/New_Features_in_3_1_4.html"> HTML</a>
</li><br>
<li>Bacula Main Reference Guide
<a href="/3.1.x-manuals/en/main/main.pdf"> PDF</a>
</li>
<li>Developers' Guide
<a href="/3.1.x-manuals/en/developers/developers.pdf"> PDF</a>
- <a href="/3.1.x-manuals/en/developers/developers/index.html">/HTML </a>
+ <a href="/3.1.x-manuals/en/developers/developers/Developer_s_Guide.html">/HTML </a>
</li>
<li>Miscellaneous Guide
<a href="/3.1.x-manuals/en/misc/misc.pdf"> PDF</a>
web:
@echo "Making web"
+ @rm -rf ${DOC}
@mkdir -p ${DOC}
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
- @cp -fp ${IMAGES}/*.eps ${DOC}/
- @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
@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 "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
+ -toc_stars -contents_in_nav -init_file latex2html-init.pl \
+ -no_antialias -no_antialias_text \
+ -white -notransparent ${DOC} >tex.out 2>&1
@(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:
web:
@echo "Making ${DOC} web"
+ @rm -rf ${DOC}
@mkdir -p ${DOC}
@rm -f ${DOC}/*
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
- @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
- @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
@(if [ -f ${DOC}/imagename_translations ] ; then \
./translate_images.pl --to_meaningful_names ${DOC}/Developer*Guide.html; \
fi)
@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
+ -toc_stars -contents_in_nav -init_file latex2html-init.pl \
+ -no_antialias -no_antialias_text \
+ -white -notransparent ${DOC} >tex.out 2>&1
@(if [ -f imagename_translations ] ; then \
./translate_images.pl --from_meaningful_names ${DOC}.html; \
fi)
@rm -f ${DOC}/win32-*.png ${DOC}/wx-console*.png ${DOC}/xp-*.png
@rm -f ${DOC}/*.pl ${DOC}/*.log ${DOC}/*.aux ${DOC}/*.idx
@rm -f ${DOC}/*.out WARNINGS
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
texcheck:
./check_tex.pl ${DOC}.tex
web:
@echo "Making web"
+ @rm -rf ${DOC}
@mkdir -p ${DOC}
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
- @cp -fp ${IMAGES}/*.eps ${DOC}/
- @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
- @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 "Bacula Main Reference" -long_titles 4 \
- -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
+ -toc_stars -contents_in_nav -init_file latex2html-init.pl \
+ -no_antialias -no_antialias_text \
+ -white -notransparent ${DOC} >tex.out 2>&1
@(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:
web:
@echo "Making web"
+ @rm -rf ${DOC}
@mkdir -p ${DOC}
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
- @cp -fp ${IMAGES}/*.eps ${DOC}/
- @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
@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 "Bacula Miscellaneous Guide" -long_titles 4 \
- -toc_stars -contents_in_nav -init_file latex2html-init.pl -white ${DOC} >tex.out 2>&1
+ -toc_stars -contents_in_nav -init_file latex2html-init.pl \
+ -no_antialias -no_antialias_text \
+ -white -notransparent ${DOC} >tex.out 2>&1
@(if [ -f imagename_translations ] ; then \
./translate_images.pl --from_meaningful_names ${DOC}/${MAINDOC}; \
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:
web:
@echo "Making web"
+ @rm -rf ${DOC}
@mkdir -p ${DOC}
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
- @cp -fp ${IMAGES}/*.eps ${DOC}/
- @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
@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 "Bacula Problem Resolution Guide" -long_titles 4 \
- -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
+ -toc_stars -contents_in_nav -init_file latex2html-init.pl \
+ -no_antialias -no_antialias_text \
+ -white -notransparent ${DOC} >tex.out 2>&1
@(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:
web:
@echo "Making web"
+ @rm -rf ${DOC}
@mkdir -p ${DOC}
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
- @cp -fp ${IMAGES}/*.eps ${DOC}/
- @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png ${DOC}/
@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 "Bacula Utility Programs" -long_titles 4 \
- -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent ${DOC} >tex.out 2>&1
+ -toc_stars -contents_in_nav -init_file latex2html-init.pl \
+ -no_antialias -no_antialias_text \
+ -white -notransparent ${DOC} >tex.out 2>&1
@(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: