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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |