From a4b359f2ca42b88dd5d7a23463e23480942697cc Mon Sep 17 00:00:00 2001 From: mquinson Date: Sat, 22 Oct 2005 08:48:53 +0000 Subject: [PATCH] Search the doc files where they live git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1782 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 74f017d294..7c3caff653 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ 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") + $(shell find @srcdir@ -name "*.doc") EXTRA_DIST = html Doxyfile \ modules.doc FAQ.doc index.doc footer.html simgrid_logo.png simgrid_modules.png -- 2.20.1