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
bd7e29db
Commit
bd7e29db
authored
Aug 15, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaked all l2h targets to remove the target directory before renaming
the intermediate target directory.
parent
e14196c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Doc/Makefile
Doc/Makefile
+4
-2
No files found.
Doc/Makefile
View file @
bd7e29db
...
...
@@ -182,8 +182,9 @@ l2hext: ext.dvi myformat.perl
@
rm
-rf
python-ext
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<ext/ext.html
>
ext/xxx
ln
-s
ext.html ext/index.html
mv
ext/xxx ext/ext.html
ln
-s
ext.html ext/index.html
@
rm
-rf
python-ext
mv
ext python-ext
l2hlib
:
lib.dvi myformat.perl
...
...
@@ -202,8 +203,9 @@ l2hapi: api.dvi myformat.perl
@
rm
-rf
python-api
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<api/api.html
>
api/xxx
ln
-s
api.html api/index.html
mv
api/xxx api/api.html
ln
-s
api.html api/index.html
@
rm
-rf
python-api
mv
api python-api
...
...
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