X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fmanuals%2Ffr%2Fmisc%2FMakefile.in;fp=docs%2Fmanuals%2Ffr%2Fmisc%2FMakefile.in;h=dced95857dc99819c49dc8eec13a9c811e1772a7;hb=d9627759cbdb66ab608aac8e8376e7d7a77ff10b;hp=8301f292b289dab0cb0fe32e7ab38fa4f767c713;hpb=50abcfffeb7ba16fce792b168d770e4d301edbfd;p=bacula%2Fdocs diff --git a/docs/manuals/fr/misc/Makefile.in b/docs/manuals/fr/misc/Makefile.in index 8301f292..dced9585 100644 --- a/docs/manuals/fr/misc/Makefile.in +++ b/docs/manuals/fr/misc/Makefile.in @@ -37,6 +37,7 @@ IMAGES=../../../images DOC=misc +MAINDOC=Bacula_Miscellaneous_Guide.html first_rule: all @@ -72,29 +73,30 @@ html: @echo "Making html" @cp -fp ${IMAGES}/*.eps . @rm -f next.eps next.png prev.eps prev.png up.eps up.png - @(if [ -f imagename_translations ] ; then \ - ./translate_images.pl --from_meaningful_names ${DOC}.html; \ - fi) 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 + @(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) @echo "Done making 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 "Miscellaneous 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}/Miscel_Guide.html - (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done) + latex2html -split 3 -local_icons -t "Bacula Miscellaneous Guide" -long_titles 4 \ + -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) + @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html @echo "Done making web" show: xdvi ${DOC}