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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a5999904..839d4e5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ confexec_DATA = xsltConf.sh bin_SCRIPTS = xslt-config dist-hook: cleanup libxslt.spec - (cd $(srcdir) ; tar -cf - --exclude CVS win32 vms examples) | (cd $(distdir); tar xf -) + (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 vms examples) | (cd $(distdir); tar xf -) CVS_EXTRA_DIST = -- cgit v1.2.3