X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8a3e58e28eb077b33811b9d3c434dd502c2366ba..427cc939701a09af195be54c5caf55c89b0c9097:/Makefile.am diff --git a/Makefile.am b/Makefile.am index d57547ea67..fe2267c4c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS= include src examples doc testsuite +SUBDIRS= include src examples 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]"` @@ -42,12 +44,12 @@ publish: dist make -C public_html publish mail: - @ver=`dpkg-parsechangelog -lChangeLog| egrep '^Version: ' | sed 's/Version: //'`;\ + @ver=`dpkg-parsechangelog -lChangeLog.debian| egrep '^Version: ' | sed 's/Version: //'`;\ (echo "Hello," ; \ echo; \ echo "A new version of GRAS is available. Here is the changelog:";\ echo;echo;\ - dpkg-parsechangelog -lChangeLog ;\ + dpkg-parsechangelog -lChangeLog.debian ;\ echo;echo; \ echo "It is available from the official website:";\ echo " http://grail.sdsc.edu/simgrid/";\