@rm -f next.eps next.png prev.eps prev.png up.eps up.png
@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
- latex2html -split 3 -local_icons -t "Bacula Main Reference" -long_titles 4 \
+ latex2html -split 3 -local_icons -t "Bacula Main Reference" -long_titles 6 \
-toc_stars -contents_in_nav -init_file latex2html-init.pl \
- -no_antialias -no_antialias_text -html_version 3.2\
+ -no_antialias -no_antialias_text \
-white -notransparent ${DOC} >tex.out 2>&1
@(if [ -f imagename_translations ] ; then \
./translate_images.pl --from_meaningful_names $(MAINDOC).html; \
dest=bacula:/var/www/bacula/6.0.x-manuals/${lang}
echo "Sending to $dest"
-
-for i in console developers main misc problems utility css js images; do
+for i in css js images; do
+ echo " "
+ echo "Sending: $src/$i"
+ echo "To: $dest/$i"
+ rsync -avz --delete --progress -e ssh $src/$i/ $dest/$i/
+done
+for i in console developers main misc problems utility; do
echo " "
echo "Sending: $src/$i"
echo "To: $dest/$i"
dest=bsweb:/var/www/docs/6.0.x-manuals/${lang}
echo "Sending to $dest"
-
-for i in console developers main misc problems utility css js images ; do
+for i in css js images; do
+ echo " "
+ echo "Sending: $src/$i"
+ echo "To: $dest/$i"
+ rsync -avz --delete --progress -e ssh $src/$i/ $dest/$i/
+done
+for i in console developers main misc problems utility; do
echo " "
echo "Sending: $src/$i"
echo "To: $dest/$i"