diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-02-08 16:09:27 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-02-08 16:09:27 +0000 |
commit | ada89dddea264bb41fd5c0c293ce989eb90ef4da (patch) | |
tree | aad11c8ee2473a75c1d81c5531281573f7572bb6 /Makefile.am | |
parent | 3146d5356fa192ef3f27f74ef634b3d7bd411c8e (diff) | |
download | libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.gz libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.bz2 libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.zip |
change the Licence to MIT Licence and release of 1.0.11 updates of the
* Copyright Makefile.am configure.in libxslt.spec.in: change the
Licence to MIT Licence and release of 1.0.11
* doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html
doc/xslt.html: updates of the docs accordingly
* libxslt/xsltwin32config.h: numbering
* python/generator.py python/libxml_wrap.h python/libxsltclass.txt
python/libxslt-python-api.xml: cleanup the dependancies with
libxml2
* python/tests/extfunc.py: updated examples.
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 ef7ab876..88e821b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ dist-hook: libxslt.spec (cd $(srcdir) ; tar -cf - --exclude CVS win32 vms) | (cd $(distdir); tar xf -) EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ - FEATURES TODO COPYING.LIB Copyright IPR \ + FEATURES TODO Copyright \ win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \ win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp |