Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ease the reduction of the number of tests, do reduce the number of tests so that...
[simgrid.git] / Makefile.am
index fe2267c..137f4d0 100644 (file)
@@ -5,14 +5,15 @@ ACLOCAL = aclocal -I acmacro -I /usr/share/aclocal/gnome2-macros
 AUTOMAKE_OPTIONS = gnu
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 
-EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog\
+EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog ChangeLog.debian\
        acmacro/aci.m4 \
        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]"`
+SOURCE_FILES = $(shell find . -name "*.[ch]")
+TAGS: $(SOURCE_FILES)
+       @etags $(SOURCE_FILES)
 
 tags: TAGS
 
@@ -33,7 +34,7 @@ debian: dist
        make -C ~/CVSIMPORT/pkg-grid/gras deb check
        dput local *.changes
 
-publish: dist
+publish-old: dist
         @echo "----[ Put the documentation on the local filesystem ]----"
         rm -rf ~/public_html/gras/doc
         mkdir ~/public_html/gras/doc
@@ -43,6 +44,17 @@ publish: dist
         @echo "----[ Sync remote host ]----"
         make -C public_html publish
 
+publish: dist
+        @echo "----[ Put the tarball @VERSION@ on gcl ]----"
+        scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/
+        scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/
+#       scp ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/ChangeLog
+        @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----"
+        cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/simgrid2
+        cp -r doc/html ~/public_html/simgrid2/doc/
+#       cp ChangeLog ~/public_html/simgrid2/
+        make -C ~/public_html
+
 mail:
         @ver=`dpkg-parsechangelog -lChangeLog.debian| egrep '^Version: ' | sed 's/Version: //'`;\
          (echo "Hello," ; \