diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-07-10 23:12:52 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-07-10 23:12:52 +0000 |
commit | e4aaae2640843b4e1453f57c62a64d70faf95edb (patch) | |
tree | 80c569abbd880e520446a0fce45c02702686001a /Makefile.am | |
parent | 78dfc9f0714e98121b2fe668b88698df8824d575 (diff) | |
download | platform_external_libxml2-e4aaae2640843b4e1453f57c62a64d70faf95edb.tar.gz platform_external_libxml2-e4aaae2640843b4e1453f57c62a64d70faf95edb.tar.bz2 platform_external_libxml2-e4aaae2640843b4e1453f57c62a64d70faf95edb.zip |
Late fixes just for the release, daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0f7d555a..69dba116 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1066,9 +1066,10 @@ dist-hook: cleanup libxml2.spec (cd $(srcdir) ; tar -cf - --exclude CVS win32 macos vms bakefile test result) | (cd $(distdir); tar xf -) dist-source: distdir - $(AMTAR) -chof - --exclude test --exclude result $(distdir) | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-sources+"`.tar.gz + $(AMTAR) -chof - --exclude Tests --exclude test --exclude result $(distdir) | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-sources+"`.tar.gz dist-test: distdir + (mkdir -p $(distdir)) (cd $(srcdir) ; tar -cf - --exclude CVS xstc/Tests) | (cd $(distdir); tar xf -) tar -cf - $(distdir)/test $(distdir)/result $(distdir)/xstc/Tests $(distdir)/Makefile.tests $(distdir)/README $(distdir)/README.tests $(distdir)/AUTHORS $(distdir)/testapi.c $(distdir)/runtest.c $(distdir)/runsuite.c | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-tests+"`.tar.gz @(rm -rf $(distdir)/xstc/Test) @@ -1077,7 +1078,7 @@ cleantar: @(rm -f libxml*.tar.gz COPYING.LIB) rpm: cleanup cleantar - @(unset CDPATH ; $(MAKE) dist-source dist dist-test && rpmbuild -ta $(distdir).tar.gz) + @(unset CDPATH ; $(MAKE) dist-source dist && rpmbuild -ta $(distdir).tar.gz) ## We create xml2Conf.sh here and not from configure because we want ## to get the paths expanded correctly. Macros like srcdir are given |