2003/02/28 04:38:34
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:56:08 +0000 (06:56 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:56:08 +0000 (06:56 +0000)
darcs-hash:20040130065608-2ba56-13ad6015a3e0fb230cac5651fb14ec7281de97c7.gz

Makefile

index 16e15b7..c803fb9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ PalmOS:
        false
 
 
-## dist.xwt.org ############################################################################
+## master.dist.xwt.org ############################################################################
 
 current_build         := $(shell cat next.build)
 
@@ -184,16 +184,16 @@ dist-private:
        nice -n 19 make all
 
        echo
-       echo === dist.xwt.org ==================================
+       echo === master.dist.xwt.org ==================================
 
        echo "copying xwt.jar to distribution area..."
-       cp bin-Java2/xwt.jar /var/www/dist.xwt.org/xwt-$(current_build).jar.unsigned
+       cp bin-Java2/xwt.jar /var/www/master.dist.xwt.org/xwt-$(current_build).jar.unsigned
 
        echo "stripping xwt.exe and copying it to the distribution area..."
-       $(strip) bin-Win32/xwt.exe -o /var/www/dist.xwt.org/xwt-$(current_build).exe.unsigned
+       $(strip) bin-Win32/xwt.exe -o /var/www/master.dist.xwt.org/xwt-$(current_build).exe.unsigned
 
        echo "copying xwt.linux to distribution area..."
-       $(strip) bin-Linux/xwt.linux -o /var/www/dist.xwt.org/xwt-$(current_build).linux.unsigned
+       $(strip) bin-Linux/xwt.linux -o /var/www/master.dist.xwt.org/xwt-$(current_build).linux.unsigned
 
        echo
        echo "*** DONE ******************************************"