Added a note that you have to add Mac/Lib to sys.path after doing
a "make installmacsubtree".
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index 524969b..d11f703 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -137,3 +137,6 @@
 			esac; \
 		done; \
 	done
+	@echo '** Copy the contents of sample_sitecustomize.py (or similar code) into'
+	@echo '**' $(INSTALLDIR)/lib/python2.2/sitecustomize.py
+