Released 1.8.3, Daniel

This commit is contained in:
Daniel Veillard 2000-01-05 16:31:25 +00:00
parent f3a7358dca
commit 9ec78f716a

View File

@ -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' \