mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Released 1.8.3, Daniel
This commit is contained in:
parent
f3a7358dca
commit
9ec78f716a
@ -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' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user