diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-12-11 18:20:13 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-12-11 18:20:13 +0000 |
commit | cee0667970121ce1e4a171ee8458758ad0cc07d7 (patch) | |
tree | bdaf837d9368f5f47d9aa223f96139d26a49ba5e /doc/Makefile.am | |
parent | 162c34f4145dd86421665054329b8e5347075d77 (diff) | |
download | libxslt-cee0667970121ce1e4a171ee8458758ad0cc07d7.tar.gz libxslt-cee0667970121ce1e4a171ee8458758ad0cc07d7.tar.bz2 libxslt-cee0667970121ce1e4a171ee8458758ad0cc07d7.zip |
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
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |