Author: dylan
Date: 2005-01-08 23:52:25 -0500 (Sat, 08 Jan 2005)
New Revision: 570

Modified:
   trunk/web/Makefile
Log:
upload depends on build and test.


Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile  2005-01-09 04:22:26 UTC (rev 569)
+++ trunk/web/Makefile  2005-01-09 04:52:25 UTC (rev 570)
@@ -60,7 +60,7 @@
        find -not -path '*.svn*' -type d -exec chmod -c g+rwxs,u+rwx,o+rx {} \;
 
 
-upload:
+upload: build test
        $(RSYNC) $(RSYNCFLAGS) ./ 
$(SFUSER)@shell.sourceforge.net:/home/groups/h/ha/haver/htdocs/
 
 shell:


Reply via email to