diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-08-15 13:21:46 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-08-15 13:21:46 +0000 |
commit | 307550093f660df6f9fd96bace12d9d701fbf702 (patch) | |
tree | df102721ac53bb584588f13f9e1daf64db26f666 /Makefile.am | |
parent | 6a4dc180f23ce156e6dd3a8b8fdb814c0f58b4f0 (diff) | |
download | libxslt-307550093f660df6f9fd96bace12d9d701fbf702.tar.gz libxslt-307550093f660df6f9fd96bace12d9d701fbf702.tar.bz2 libxslt-307550093f660df6f9fd96bace12d9d701fbf702.zip |
release of 1.0.2 cleaning of Makefiles pointed out by make distcheck
* Makefile.am config.h.in configure.in libxslt/xsltwin32config.h:
release of 1.0.2
* tests/docs/Makefile.am libexslt/Makefile.am
tests/documents/Makefile.am tests/general/Makefile.am
xsltproc/Makefile.am: cleaning of Makefiles pointed out
by make distcheck
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index dd8c4001..b5ae68c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,11 +10,13 @@ confexec_DATA = xsltConf.sh bin_SCRIPTS = xslt-config -dist-hook: libxml.spec +dist-hook: libxslt.spec (cd $(srcdir) ; tar -cf - --exclude CVS win32) | (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 COPYING.LIB Copyright IPR \ + win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \ + win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp ## We create xsltConf.sh here and not from configure because we want ## to get the paths expanded correctly. Macros like srcdir are given |