diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2007-03-27 14:49:10 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2007-03-27 14:49:10 +0000 |
commit | 3b2a15e6be729de71eb864280666ec4077cfb068 (patch) | |
tree | 8e6486858cf95fcbcef9c881e25bb5a55db4cfbf /tests | |
parent | 18ae451bb0f52b9b2a2e2c4ec77dbe25284c95d5 (diff) | |
download | libxslt-3b2a15e6be729de71eb864280666ec4077cfb068.tar.gz libxslt-3b2a15e6be729de71eb864280666ec4077cfb068.tar.bz2 libxslt-3b2a15e6be729de71eb864280666ec4077cfb068.zip |
apply patch fron Shaun McCance to hook xsl:message construct to the new
* libxslt/xsltutils.c: apply patch fron Shaun McCance to hook
xsl:message construct to the new per-xsltTransformCtxt error
callback if set up.
* Makefile.am: do not package svn files in releases
Daniel
svn path=/trunk/; revision=1424
Diffstat (limited to 'tests')
-rw-r--r-- | tests/docbook/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docbook/Makefile.am b/tests/docbook/Makefile.am index b223f4fe..a785a0d7 100644 --- a/tests/docbook/Makefile.am +++ b/tests/docbook/Makefile.am @@ -186,4 +186,4 @@ xhtmltests: $(top_builddir)/xsltproc/xsltproc rm -f $$out ; done ) dist-hook: - @(cd $(srcdir) ; tar -cf - --exclude CVS common html dtd lib xhtml fo doc images template htmlhelp result test) | (cd $(distdir); tar xf -) + @(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn common html dtd lib xhtml fo doc images template htmlhelp result test) | (cd $(distdir); tar xf -) |