diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2007-11-22 18:06:22 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2007-11-22 18:06:22 +0000 |
commit | 0fdcfd1bc27d49fb68050396b5678b28a105e3cb (patch) | |
tree | dd2f9a6524e4e1682b109fe6d2c43b8377edc236 | |
parent | 4e9165382c2ca276861ba11d246042e289242d81 (diff) |
update doc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8596 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-x | tools/make-package-macosx | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/tools/make-package-macosx b/tools/make-package-macosx index 1839c52c6..1e483685b 100755 --- a/tools/make-package-macosx +++ b/tools/make-package-macosx @@ -21,21 +21,6 @@ VERSION=`head -1 ../VERSION` VERSION_MAJOR=`sed -n -e '1s/^\([0-9]*\)\..*/\1/p' ../VERSION VERSION_MINOR=`sed -n -e '1s/^[0-9]*\.\([0-9]*\)[.+].*/\1/p' ../VERSION -# Worked in 10.2: - -# cat >ocaml.info <<EOF -# Title Objective Caml -# Version ${VERSION} -# Description This package installs Objective Caml version ${VERSION} -# DefaultLocation / -# Relocatable no -# NeedsAuthorization yes -# Application no -# InstallOnly no -# DisableStop no -# EOF -#package root ocaml.info - cat >Description.plist <<EOF <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" @@ -101,8 +86,8 @@ mkdir -p resources # stop here -> | cat >resources/ReadMe.txt <<EOF This package installs Objective Caml version ${VERSION}. -You need Mac OS X 10.4.x (Tiger), with X11 and the -XCode tools (v2.4) installed. +You need Mac OS X 10.4.x (Tiger), with the +XCode tools (v2.4) installed (and optionally X11). Files will be installed in the following directories: |