X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dde42fbf6c2fbd6f713f871a54602cd5673e5902..ca076dee06bc98aa0848609c5b87909d94d832c9:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e737ec20cb..ad8ae07ceb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS= include src examples doc testsuite +SUBDIRS= include src examples doc testsuite doc DISTCLEANFILES = *~ ACLOCAL = aclocal -I acmacro -I /usr/share/aclocal/gnome2-macros @@ -7,7 +7,9 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog\ acmacro/aci.m4 \ - tools/gras-check-arch tools/compile-remote-worker.in + tools/gras-check-arch tools/compile-remote-worker.in \ + tools/MSG_visualization tools/platform_generation \ + tools/doxygen/index_create.pl TAGS: etags `find . -name "*.[ch]"` @@ -94,7 +96,7 @@ remote: @PACKAGE@-@VERSION@.tar.gz tools/compile-remote-worker machine2=`echo $$site |sed 's/^\([^%]*\)%\(.*\)$$/\2/'`;\ cmd="\"sh -c 'env REMOTE_PREFIX=$(REMOTE_PREFIX) $(REMOTE_PREFIX)/src/compile-remote-worker $(ACTION) 2>&1'\"";\ if echo $$site | grep '%' >/dev/null ; then \ - echo "----[ Compile on $$machine2 (behide $$machine) ]----";\ + echo "----[ Compile on $$machine2 (behind $$machine) ]----";\ else \ machine=$$site;\ echo "----[ Compile on $$machine ]----";\