summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2014-03-04 17:36:54 +0100
committerDaniel Veillard <veillard@redhat.com>2014-10-04 21:13:48 +0800
commit917e353f2b1f881bd80fe8905f13a728ee99848c (patch)
tree7227a9a62f0eb5e9555f4348ab06c5b23d69b738
parentc017988305f20c706bc46620f14e2b4f7522b68d (diff)
downloadlibxml2-917e353f2b1f881bd80fe8905f13a728ee99848c.tar.gz
OS400: include in distribution tarball.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a4a9f87c..89748de6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1164,7 +1164,7 @@ cleanup:
dist-hook: cleanup libxml2.spec
-cp libxml2.spec $(distdir)
- (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn --exclude .git win32 macos vms VxWorks bakefile test result) | (cd $(distdir); tar xf -)
+ (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn --exclude .git win32 macos os400 vms VxWorks bakefile test result) | (cd $(distdir); tar xf -)
dist-source: distdir
$(AMTAR) -chof - --exclude Tests --exclude test --exclude result $(distdir) | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-sources+"`.tar.gz