Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to explain gcc that we're rewriting the source file, and that it must report...
[simgrid.git] / doc / Makefile.am
index e9e3164..7c3caff 100644 (file)
@@ -1,10 +1,10 @@
 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
 
-DISTCLEANFILES = api_index.doc
+DISTCLEANFILES = index-API.doc simgrid.tag
 MAINTAINERCLEANFILES = html
 
 if MAINTAINER_MODE