]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/console/Makefile.in
Update
[bacula/docs] / docs / manuals / en / console / Makefile.in
index 0746e14df4a98448d7a69f8b93e7b96dfb9c7bac..f932af499f7513c7bd6ca80d042e142404827691 100644 (file)
@@ -86,20 +86,19 @@ html:
 
 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: