]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/developers/Makefile.in
Update
[bacula/docs] / docs / manuals / en / developers / Makefile.in
index 6ecbefea187aa1baee0a65e93feb8fb67f434d5a..4548627ab42b7777d5f3782cc85d04561739ccf2 100644 (file)
@@ -62,18 +62,19 @@ html:
 
 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)
@@ -83,7 +84,6 @@ 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} . 2>/dev/null; done)
 
 texcheck:
        ./check_tex.pl ${DOC}.tex