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
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
web:
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
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making web"
show:
xdvi ${DOC}
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
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
web:
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
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making web"
show:
xdvi ${DOC}
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
${DOC} >tex.out 2>&1
./translate_images.pl --to_meaningful_names ${DOC}.html
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@rm -f *.eps *.gif *.jpg *.old
web:
@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} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
texcheck:
./check_tex.pl ${DOC}.tex
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
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
web:
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
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making web"
show:
xdvi ${DOC}
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
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
web:
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
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making web"
show:
xdvi ${DOC}
-init_file latex2html-init.pl ${DOC} >tex.out 2>&1
./translate_images.pl --to_meaningful_names ${DOC}.html
cp ${IMAGES}/bacula-logo.png ${DOC}
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
web:
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
- (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
+ (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making web"
show:
xdvi ${DOC}