From 375d96759fe49f8207b9aef70cf632676f1f7965 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 11 Feb 2005 07:10:58 +0000 Subject: [PATCH 1/1] 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 --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1