X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f8c3ea95b7547912d43b1a8f62bd80fc435d402b..2aad4701a92049c1d4545f5958c0822255d664f1:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index 78fb731055..55cd766f33 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -51,7 +51,7 @@ html/amok.html: echo "" > $@ echo "


Advanced Metacomputing Overlay Kit.

" >> $@ html/msg.html: - echo "" >$ @ + echo "" > $@ echo "


Meta SimGrid.

" >> $@ html/simdag.html: echo "" > $@ @@ -109,12 +109,11 @@ check-gtut-tocs: done @grep ' *- \\ref' gtut-tour.doc > tmp.curtoc @if ! diff -b -u tmp.curtoc tmp.realtoc ; then \ - echo "Wrong toc for gtut-tour.doc Right one is in tmp.realtoc"; \ + echo "Wrong toc for gtut-tour.doc Right one is in tmp.realtoc"; \ else \ rm tmp.realtoc; \ fi ; @rm tmp.curtoc - .PHONY: html