Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8214b9b2
Commit
8214b9b2
authored
Feb 01, 2013
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
Issue #16256: merge from 3.2
parents
addebca7
6214d493
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Mac/BuildScript/scripts/postflight.documentation
Mac/BuildScript/scripts/postflight.documentation
+1
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Mac/BuildScript/scripts/postflight.documentation
View file @
8214b9b2
...
...
@@ -16,7 +16,7 @@ fi
# make share/doc link in framework for command line users
if
[
-d
"
${
SHARE_DIR
}
"
]
;
then
mkdir
-p
"
${
SHARE_DOCDIR
}
"
mkdir
-
m
775
-
p
"
${
SHARE_DOCDIR
}
"
# make relative link to html doc directory
ln
-fhs
"
${
SHARE_DOCDIR_TO_FWK
}
/
${
FWK_DOCDIR_SUBPATH
}
"
"
${
SHARE_DOCDIR
}
/html"
fi
...
...
Misc/NEWS
View file @
8214b9b2
...
...
@@ -1313,6 +1313,8 @@ Build
-
Issue
#
14018
:
Fix
OS
X
Tcl
/
Tk
framework
checking
when
using
OS
X
SDKs
.
-
Issue
#
16256
:
OS
X
installer
now
sets
correct
permissions
for
doc
directory
.
-
Issue
#
15431
:
Add
_freeze_importlib
project
to
regenerate
importlib
.
h
on
Windows
.
Patch
by
Kristj
á
n
Valur
J
ó
nsson
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment