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
90fb9283
Commit
90fb9283
authored
May 31, 2011
by
Tarek Ziade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
promoted pysetup3 to a top-level script
parent
cccfd993
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.pre.in
Makefile.pre.in
+2
-0
setup.py
setup.py
+1
-1
No files found.
Makefile.pre.in
View file @
90fb9283
...
...
@@ -888,6 +888,8 @@ bininstall: altbininstall
(
cd
$(DESTDIR)$(BINDIR)
;
$(LN)
-s
pydoc
$(VERSION)
pydoc3
)
-
rm
-f
$(DESTDIR)$(BINDIR)
/2to3
(
cd
$(DESTDIR)$(BINDIR)
;
$(LN)
-s
2to3-
$(VERSION)
2to3
)
-
rm
-f
$(DESTDIR)$(BINDIR)
/pysetup3
(
cd
$(DESTDIR)$(BINDIR)
;
$(LN)
-s
pysetup
$(VERSION)
pysetup3
)
# Install the manual page
maninstall
:
...
...
setup.py
View file @
90fb9283
...
...
@@ -1889,7 +1889,7 @@ def main():
# check the PyBuildScripts command above, and change the links
# created by the bininstall target in Makefile.pre.in
scripts
=
[
"Tools/scripts/pydoc3"
,
"Tools/scripts/idle3"
,
"Tools/scripts/2to3"
]
"Tools/scripts/2to3"
,
"Tools/scripts/pysetup3"
]
)
# --install-platlib
...
...
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