From: mquinson Date: Mon, 5 Mar 2007 09:20:14 +0000 (+0000) Subject: fix the creation of the shortcuts when the html directory does not exist X-Git-Tag: v3.3~2165 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dfec0d9d159a42d62d53ec5346b7832ae210432b fix the creation of the shortcuts when the html directory does not exist git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3194 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 91bb740938..78fb731055 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -44,17 +44,18 @@ html: Doxyfile ./logcategories.doc simgrid_modules.map $(PNGS) $(DOCSOURCES) \ @top_srcdir@/tools/doxygen/doxygen_postprocesser.pl html/gras.html: - echo "" >$@ - echo "


Grid Reality And Simulation.

" >>$@ + mkdir -p html + echo "" > $@ + echo "


Grid Reality And Simulation.

" >> $@ html/amok.html: - echo "" >$@ - echo "


Advanced Metacomputing Overlay Kit.

" >>$@ + echo "" > $@ + echo "


Advanced Metacomputing Overlay Kit.

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


Meta SimGrid.

" >>$@ + echo "" >$ @ + echo "


Meta SimGrid.

" >> $@ html/simdag.html: - echo "" >$@ - echo "


DAG Simulator.

" >>$@ + echo "" > $@ + echo "


DAG Simulator.

" >> $@ publish: $(MAKE) -C .. sync-gforge