build:
#	( cd swish-1.2.1; make )

export:
	(cd ~; cvs export -D today PaulLu; mv PaulLu PBSWebExport )

clean:
#	( cd swish-1.2.1; make clean )


NEW_VERSION     = 2.0

# This is taken from libaurora/aurora.cvstargets
newversion:
# It is expected that NEW_VERSION is defined located in the local Makefile
#
# "update -a" removes the sticky tags that CVS creates in the *current*
#    working directory as a result of the above "commit -r".  I'm not sure
#    if this is best technique to deal with stick tags, but I'll use it
#    until I learn of a better technique.
	cvs commit -r ${NEW_VERSION}
	cvs update -A
