From 9ec78f716affad16a750ea2c658867c9969d1f29 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 5 Jan 2000 16:31:25 +0000 Subject: [PATCH] Released 1.8.3, Daniel --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 14ae2584..ee159099 100644 --- a/Makefile.am +++ b/Makefile.am @@ -240,7 +240,8 @@ Validtests : tester fi ; fi ; done) dist-hook: libxml.spec - cp libxml.spec $(distdir) + -cp libxml.spec $(distdir) + (cd $(srcdir) ; tar -cf - --exclude CVS test result SAXresult ) | (cd $(distdir); tar xf -) ## We create xmlConf.sh here and not from configure because we want ## to get the paths expanded correctly. Macros like srcdir are given @@ -259,9 +260,6 @@ confexec_DATA = xmlConf.sh EXTRA_DIST = xmlConf.sh.in libxml.spec.in libxml.spec \ example/Makefile.am example/gjobread.c example/gjobs.xml -dist-hook: - (cd $(srcdir) ; tar -cf - --exclude CVS test result SAXresult ) | (cd $(distdir); tar xf -) - xmlConf.sh: xmlConf.sh.in Makefile ## Use sed and then mv to avoid problems if the user interrupts. sed -e 's?\@XML_LIBDIR\@?$(XML_LIBDIR)?g' \