To build an beta release from our source tree:

* make sure everything is checked in
* run 'make Makefiles' in the source directory
* update patchlevel.h
* tar the source to a staging area
* name all the RCS files in the source tree with a new symbolic name
	(see ~tytso/Bin/versify)
* remove extra files:
	find . \( -name RCS -o -name .rconf\* -o -name \*~ -o -name .saberinit \) -print
	then rm -rf the result
* run a 'make clean'
* if time permits, make the whole stuff from scratch to make sure it works:
	make includes
	make all
* remove isode/stdc include pointers/copies:
	rm -rf include/isode* include/stdc-incl include/stdarg.h \
		include/rt_aos4
* remove other cruft
	rm -rf only-* CFILES* TAGS* RCSFILES* Link_src.sh TODO cat STDC-grep* config/x-specific
* snap links
	rm include/kerberosIV/krb4-proto.h appl/RFC*
* rm lib/krb5.saber.source

* move lib/des to separate tree & tar it separately
* tar up the rest of the source

* collect any documentation (unpack the old krb5.doc.tar & replace
	pieces as appropriate)
	and tar up separately
