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
460ecac0
Commit
460ecac0
authored
Feb 16, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure errors get propogated.
parent
fc271f54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Doc/tools/mkhtml.sh
Doc/tools/mkhtml.sh
+5
-4
No files found.
Doc/tools/mkhtml.sh
View file @
460ecac0
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
#
#
# Drive HTML generation for a Python manual.
# Drive HTML generation for a Python manual.
#
#
# This is probably *not* useful outside of the standard Python documentation.
# This is probably *not* useful outside of the standard Python documentation,
# but suggestions are welcome and should be sent to <python-docs@python.org>.
#
#
# The first arg is required and is the designation for which manual to build;
# The first arg is required and is the designation for which manual to build;
# api, ext, lib, ref, or tut. All other args are passed on to latex2html.
# api, ext, lib, ref, or tut. All other args are passed on to latex2html.
...
@@ -28,8 +29,8 @@ latex2html \
...
@@ -28,8 +29,8 @@ latex2html \
-address
'<hr>Send comments to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.'
\
-address
'<hr>Send comments to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.'
\
-dir
$part
\
-dir
$part
\
${
1
:+
$@
}
\
${
1
:+
$@
}
\
$srcdir
/
$part
/
$part
.tex
$srcdir
/
$part
/
$part
.tex
||
exit
$?
echo
'(cd '
$part
'; '
$srcdir
'/tools/node2label.pl *.html)'
echo
"(cd
$part
;
$srcdir
/tools/node2label.pl
\*
.html)"
cd
$part
cd
$part
$srcdir
/tools/node2label.pl
*
.html
$srcdir
/tools/node2label.pl
*
.html
||
exit
$?
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