From 3b2a15e6be729de71eb864280666ec4077cfb068 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 27 Mar 2007 14:49:10 +0000 Subject: 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 --- tests/docbook/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -) -- cgit v1.2.3