Kaydet (Commit) 5b5d110b authored tarafından Ronald Oussoren's avatar Ronald Oussoren

Add version number to the link to the python documentation in

/Developer/Documentation/Python, better for users that install multiple versions
of python.
üst b7883465
#!/bin/sh #!/bin/sh
# FIXME
PYVER="@PYVER@" PYVER="@PYVER@"
if [ -d /Developer/Documentation ]; then if [ -d /Developer/Documentation ]; then
...@@ -8,5 +7,5 @@ if [ -d /Developer/Documentation ]; then ...@@ -8,5 +7,5 @@ if [ -d /Developer/Documentation ]; then
mkdir -p /Developer/Documentation/Python mkdir -p /Developer/Documentation/Python
fi fi
ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation" ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation @PYVER@"
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment