summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-04-29 12:40:16 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-04-29 12:40:16 +0000
commitd433046ae52b0488a9fad77d2045c0139b8cada8 (patch)
treed0874567341e83e9d63fd7b9034ab982b54d6b1a /doc/apibuild.py
parenta28d236577aa3be1e468b9d3d5610cea09a7bd1c (diff)
downloadlibxml2-d433046ae52b0488a9fad77d2045c0139b8cada8.tar.gz
fixing a function comment switching to the XML/XSLT doc generation closing
* xmlschemas.c doc/libxml2-api.xml: fixing a function comment * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching to the XML/XSLT doc generation closing #111799 * doc/html/*: complete update of the HTML results Daniel
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index b80809bc..4e56f536 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -1464,8 +1464,7 @@ def rebuild():
if glob.glob("../parser.c") != [] :
print "Rebuilding API description for libxml2"
builder = docBuilder("libxml2", ["..", "../include/libxml"],
- ["xmlwin32version.h", "tst.c",
- "schemasInternals.h", "xmlschemas" ])
+ ["xmlwin32version.h", "tst.c"])
elif glob.glob("../libxslt/transform.c") != [] :
print "Rebuilding API description for libxslt"
builder = docBuilder("libxslt", ["../libxslt"],