diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-06-29 07:26:34 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-06-29 07:26:34 +0000 |
commit | c6295e84f5ec944cff0743ad57c332fce1879b3c (patch) | |
tree | 6b940d60a404d17c8cc6585f80d8b98b80d70c8e /Makefile.am | |
parent | f6de80957de03b03845cb46e3fd5a7f242dd561d (diff) | |
download | libxslt-c6295e84f5ec944cff0743ad57c332fce1879b3c.tar.gz libxslt-c6295e84f5ec944cff0743ad57c332fce1879b3c.tar.bz2 libxslt-c6295e84f5ec944cff0743ad57c332fce1879b3c.zip |
seems I never commited to CVS the example from Richard Jinks Daniel
* Makefile.am examples/xsltICUSort.c: seems I never commited to CVS
the example from Richard Jinks
Daniel
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 31fff1c4..5b0ddddf 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) | (cd $(distdir); tar xf -) + (cd $(srcdir) ; tar -cf - --exclude CVS win32 vms examples) | (cd $(distdir); tar xf -) EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ FEATURES TODO Copyright libxslt.m4 \ |