X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ec66d102b4b055b55704961fcf6110f7e1a5763..1e2104d6715a3038c8ff9dc26631c08342c4c868:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index 36cd741169..5fd9ece7f2 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 @@ -56,3 +57,5 @@ uninstall-local: done .PHONY: html + +include $(top_srcdir)/acmacro/dist-files.mk