File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,16 @@ These scripts and Makefile fragment are used to convert the Python
22documentation in LaTeX format to SGML. XML is also supported as a
33target, but is unlikely to be used.
44
5- This material is highly preliminary and incomplete. The XML omnibus
6- package developed by the Python XML-SIG is required. See
5+ This material is preliminary and incomplete. The XML omnibus package
6+ developed by the Python XML-SIG is required. See
77http://www.python.org/sigs/xml-sig/ for more information on the
88package.
99
10+ To convert all documents to SGML:
11+
12+ cd Doc/
13+ make -f tools/sgmlconv/Makefile
14+
1015To convert a document to SGML:
1116
1217 cd Doc/<document-dir>
@@ -19,5 +24,6 @@ To generate XML instead, use:
1924
2025Note that building the second target format is fast because both
2126conversions use the same intermediate format (an ESIS event stream).
27+ This is true regardless of whether you build SGML or XML first.
2228
2329Please send comments and bug reports to
[email protected] .
You can’t perform that action at this time.
0 commit comments