From: mquinson Date: Fri, 28 Jan 2005 00:35:28 +0000 (+0000) Subject: do not write in source tree when compiling (make distcheck happy) X-Git-Tag: v3.3~4546 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/41ce7333c5bb37d746c820330f5534f8b9229fd8?ds=sidebyside do not write in source tree when compiling (make distcheck happy) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@804 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Makefile.am b/doc/Makefile.am index c5c2d43966..bb78982763 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,7 +3,7 @@ DOCSOURCES = $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") EXTRA_DIST = html Doxyfile.API Doxyfile.Examples Doxyfile.main html: $(DOCSOURCES) Doxyfile.API Doxyfile.Examples Doxyfile.main - @touch @top_srcdir@/doc/api_index.doc + @touch doc/api_index.doc @doxygen Doxyfile.main @doxygen Doxyfile.API @doxygen Doxyfile.Examples