update doc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8596 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
4e9165382c
commit
0fdcfd1bc2
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue