=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/Generic/openxm/Makefile,v retrieving revision 1.21 retrieving revision 1.23 diff -u -p -r1.21 -r1.23 --- OpenXM/misc/packages/Generic/openxm/Makefile 2003/02/22 06:32:02 1.21 +++ OpenXM/misc/packages/Generic/openxm/Makefile 2004/02/23 00:09:30 1.23 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.20 2000/10/28 15:59:52 maekawa Exp $ +# $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.22 2004/02/22 09:17:11 takayama Exp $ # The FIRST part is a Makefile FOR COMMITTERS: it is used # to generate source and binary distributions of # the OpenXM package on various operating systems. @@ -10,7 +10,7 @@ ## For committers: prepare cvs-OpenXM under your search path ## to access to CVS servers. -RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/home/cvs +RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/usr/cvs ### cvs-OpenXM is the following shell script in my case. ## #!/bin/sh ## CVS_RSH=ssh @@ -20,7 +20,7 @@ RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/hom ## Configurations. ## OpenXM Version Number. PREFIX=/usr/local -VERSION=1.2.1 +VERSION=head TAG=HEAD FTP_AREA=/export/home01/ftp/pub/OpenXM/${VERSION} @@ -173,7 +173,6 @@ build-ftp-area: tar-ball: fetch build-tar-work @if [ ! -f ./.tar-ball_done ]; then \ cp Makefile ${WORK}/Makefile ; \ - (cd ${WORK}/OpenXM/src ; make generate-source-distribution) ; \ (cd work ; tar czvf ${TAR_WORK}/openxm-${VERSION}.tar.gz openxm-${VERSION}) ; \ fi touch ./.tar-ball_done