diff options
Diffstat (limited to 'Mac/OSX/Makefile')
-rw-r--r-- | Mac/OSX/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ installmacsubtree: esac; \ done; \ done + @echo '** Copy the contents of sample_sitecustomize.py (or similar code) into' + @echo '**' $(INSTALLDIR)/lib/python2.2/sitecustomize.py + |