diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-03-23 13:09:49 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-03-23 13:09:49 +0000 |
commit | fc1000b58864ad6196bb3626006bb0c3f549af58 (patch) | |
tree | 6aa5bccdb5cb1e715dc60dc168306bfc2c729f59 /tests/namespaces | |
parent | d21a0c2a231c5a199e91acf8e05145cfdc076ab5 (diff) | |
download | libxslt-fc1000b58864ad6196bb3626006bb0c3f549af58.tar.gz libxslt-fc1000b58864ad6196bb3626006bb0c3f549af58.tar.bz2 libxslt-fc1000b58864ad6196bb3626006bb0c3f549af58.zip |
prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due to
* configure.in: prepare release of 1.1.5, made a hard dependancy
to libxml2 2.6.8 due to the dictionnary reference counting change
* doc/*: updated and rebuilt the doc.
* tests/namespaces/Makefile.am: fixed a build problem (tst5 ?)
Daniel
Diffstat (limited to 'tests/namespaces')
-rw-r--r-- | tests/namespaces/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/namespaces/Makefile.am b/tests/namespaces/Makefile.am index 2d76ec6d..1964bc03 100644 --- a/tests/namespaces/Makefile.am +++ b/tests/namespaces/Makefile.am @@ -9,8 +9,8 @@ EXTRA_DIST = \ tst.xml tst.xsl tst.out \ tst2.xml tst2.xsl tst2.out \ tst3.xml tst3.xsl tst3.out \ - tst4.xml tst4.xsl tst4.out \ - tst5.xml tst5.xsl tst5.out + tst4.xml tst4.xsl tst4.out +# tst5.xml tst5.xsl tst5.out all: |