alpha:
	cp root/updateBrowser.sh /usr/local/apache/htdocs/gbib/
	@echo you can now run gbibCoreUpdateBeta on any gbib to download the update script
	@echo then run '"updateBrowser notSelf"' to test the update script,  without the script
	@echo updating itself first
	@echo
	@echo The script will be automatically rsynced to hgdownload during the final build wrap
	@echo but if you need to, you can request a push of /usr/local/apache/htdocs/gbib/updateBrowser.sh
	@echo to hgdownload
	@echo To make any other changes to the GBIB, add files under /usr/local/apache/htdocs/gbib/push/
	@echo which is rsynced into the GBIB on every update into / '(the root directory)'
	@echo You can modify ./usr/local/apache/cgi-bin/hg.conf and the copy it to
	@echo /usr/local/apache/htdocs/gbib/push/usr/local/apache/cgi-bin/hg.conf

