From 5afe52923e1c76fa5d61a75ef729169fac941968 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:56:08 +0000 Subject: [PATCH] 2003/02/28 04:38:34 darcs-hash:20040130065608-2ba56-13ad6015a3e0fb230cac5651fb14ec7281de97c7.gz --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 16e15b7..c803fb9 100644 --- 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 ******************************************" -- 1.7.10.4