summaryrefslogtreecommitdiff
path: root/doc/mkhtml.py
diff options
context:
space:
mode:
authorscoder <none@none>2007-02-21 16:43:46 +0100
committerscoder <none@none>2007-02-21 16:43:46 +0100
commit0deeb4514b72cd8428bb386a05c7b91024bd3afa (patch)
tree1b80fbd6a54bc8726d3c9b41c460ef215efdf025 /doc/mkhtml.py
parentecb9fd6cde51a0f42021040f4c8b003ae16f7f69 (diff)
downloadpython-lxml-0deeb4514b72cd8428bb386a05c7b91024bd3afa.tar.gz
[svn r2126] first take on a major split-up of api.txt
--HG-- branch : trunk rename : doc/api.txt => doc/parsing.txt rename : doc/api.txt => doc/validation.txt rename : doc/api.txt => doc/xpathxslt.txt
Diffstat (limited to 'doc/mkhtml.py')
-rw-r--r--doc/mkhtml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/mkhtml.py b/doc/mkhtml.py
index ac8ff20d..0c80833a 100644
--- a/doc/mkhtml.py
+++ b/doc/mkhtml.py
@@ -14,7 +14,8 @@ def publish(dirname, lxml_path, release):
for name in ['main.txt', 'intro.txt', 'api.txt', 'compatibility.txt',
'extensions.txt', 'element_classes.txt', 'sax.txt',
'build.txt', 'FAQ.txt', 'performance.txt', 'resolvers.txt',
- 'capi.txt', 'objectify.txt']:
+ 'capi.txt', 'objectify.txt', 'validation.txt',
+ 'xpathxslt.txt', 'parsing.txt']:
path = os.path.join(doc_dir, name)
outname = os.path.splitext(name)[0] + '.html'
outpath = os.path.join(dirname, outname)