From 307550093f660df6f9fd96bace12d9d701fbf702 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 15 Aug 2001 13:21:46 +0000 Subject: 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 --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3