From: mquinson Date: Fri, 11 Feb 2005 07:10:58 +0000 (+0000) Subject: Extract the documentation of the stub generator X-Git-Tag: v3.3~4383 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/375d96759fe49f8207b9aef70cf632676f1f7965 Extract the documentation of the stub generator git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@968 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 36cd741169..ea6e5559d3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,5 @@ -DOCSOURCES = $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.doc") +DOCSOURCES = $(shell find @top_srcdir@/tools/gras @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") \ + $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.doc") EXTRA_DIST = html Doxyfile.API Doxyfile.Examples Doxyfile.main \ modules.doc FAQ.doc index.doc footer.html simgrid_logo.png simgrid_modules.png