Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7727416

Browse files
committed
Add usage of the "driver" Makefile.
1 parent 9d1c3b5 commit 7727416

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Doc/tools/sgmlconv/README

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ These scripts and Makefile fragment are used to convert the Python
22
documentation in LaTeX format to SGML. XML is also supported as a
33
target, 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
77
http://www.python.org/sigs/xml-sig/ for more information on the
88
package.
99

10+
To convert all documents to SGML:
11+
12+
cd Doc/
13+
make -f tools/sgmlconv/Makefile
14+
1015
To convert a document to SGML:
1116

1217
cd Doc/<document-dir>
@@ -19,5 +24,6 @@ To generate XML instead, use:
1924

2025
Note that building the second target format is fast because both
2126
conversions use the same intermediate format (an ESIS event stream).
27+
This is true regardless of whether you build SGML or XML first.
2228

2329
Please send comments and bug reports to [email protected].

0 commit comments

Comments
 (0)