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
791f2ae1
Commit
791f2ae1
authored
Mar 03, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify the parameters passed to node2label.pl.
parent
d7bb3032
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Doc/Makefile
Doc/Makefile
+4
-5
No files found.
Doc/Makefile
View file @
791f2ae1
...
...
@@ -247,7 +247,7 @@ l2h: l2hapi l2hext l2hlib l2htut
l2htut
:
tut.dvi myformat.perl
$(L2H)
$(L2HARGS)
tut.tex
(
cd
tut
;
../node2label.pl
footnode.html tut.html node
*
.html
)
(
cd
tut
;
../node2label.pl
*
.html
)
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<tut/tut.html
>
tut/xxx
mv
tut/xxx tut/tut.html
...
...
@@ -255,7 +255,7 @@ l2htut: tut.dvi myformat.perl
l2hext
:
ext.dvi myformat.perl
$(L2H)
$(L2HARGS)
ext.tex
(
cd
ext
;
../node2label.pl
footnode.html ext.html node
*
.html
)
(
cd
ext
;
../node2label.pl
*
.html
)
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<ext/ext.html
>
ext/xxx
mv
ext/xxx ext/ext.html
...
...
@@ -266,16 +266,15 @@ l2hlib: lib.dvi myformat.perl
mv
lib1.aux lib.aux
if
[
-d
lib
]
;
then
rm
-f
lib/
*
.html
;
fi
$(L2H)
$(L2HARGS)
lib.tex
(
cd
lib
;
../node2label.pl
footnode.html lib.html node
*
.html
)
(
cd
lib
;
../node2label.pl
*
.html
)
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<lib/lib.html
>
lib/xxx
mv
lib/xxx lib/lib.html
ln
-s
lib.html lib/index.html
||
true
# note that the node2label.pl command doesn't include a footnode.html
l2hapi
:
api.dvi myformat.perl
$(L2H)
$(L2HARGS)
api.tex
(
cd
api
;
../node2label.pl
api.html node
*
.html
)
(
cd
api
;
../node2label.pl
*
.html
)
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<api/api.html
>
api/xxx
mv
api/xxx api/api.html
...
...
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