X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/375d96759fe49f8207b9aef70cf632676f1f7965..9095d6425344526ccae1d216db533fc81b6ee198:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index ea6e5559d3..ba987a384b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,6 +24,7 @@ html: $(DOCSOURCES) Doxyfile.API Doxyfile.Examples Doxyfile.main logcategories.d doxygen Doxyfile.Examples >/dev/null @top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag api_index.doc cp @srcdir@/simgrid_logo.png @srcdir@/simgrid_modules.png html/ + cp @srcdir@/Paje_MSG_screenshot_thn.jpg @srcdir@/Paje_MSG_screenshot.jpg html/ doxygen Doxyfile.API >/dev/null doxygen Doxyfile.Examples >/dev/null doxygen Doxyfile.main >/dev/null @@ -57,3 +58,5 @@ uninstall-local: done .PHONY: html + +include $(top_srcdir)/acmacro/dist-files.mk