Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New colorizer.
[simgrid.git] / doc / Makefile.am
index 36cd741..5fd9ece 100644 (file)
@@ -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
@@ -56,3 +57,5 @@ uninstall-local:
        done
 
 .PHONY: html
+
+include $(top_srcdir)/acmacro/dist-files.mk