From cee0667970121ce1e4a171ee8458758ad0cc07d7 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 11 Dec 2002 18:20:13 +0000 Subject: added the generation of libexslt-api.xml small cleanup. Daniel * doc/Makefile.am doc/apibuild.py doc/libexslt-api.xml: added the generation of libexslt-api.xml * libexslt/exslt.h: small cleanup. Daniel --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 9bacca8b..1800537a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = \ libxslt-api.xml \ + libexslt-api.xml \ libxslt-decl.txt \ xsltproc.xml \ apibuild.py @@ -57,7 +58,7 @@ xml: sgml -@(for s in sgml/*.sgml ; do name=`basename $$s .sgml` ; \ xmllint --sgml $$s > xml/"$$name".xml ; done) -libxslt-api.xml: apibuild.py ../libxslt/*.h ../libxslt/*.c +libxslt-api.xml libexslt-api.xml: apibuild.py ../libxslt/*.h ../libxslt/*.c ../libexslt/*.h ../libexslt/*.c -(./apibuild.py) api: libxslt-api.xml libxslt-refs.xml -- cgit v1.2.3