aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-01-28 00:08:31 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-01-28 00:08:31 +0000
commit48bc0622115f613ab87a872ec16f5705784397de (patch)
tree8fbda0591db5171a4337aa6da7b9465ce1f6e809 /Makefile.am
parent5351695d1b246f30a372d967617815f12aae46bd (diff)
downloadandroid_external_libxml2-48bc0622115f613ab87a872ec16f5705784397de.tar.gz
android_external_libxml2-48bc0622115f613ab87a872ec16f5705784397de.tar.bz2
android_external_libxml2-48bc0622115f613ab87a872ec16f5705784397de.zip
oops forgot to add the bakefile, Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f273e46..20fcec98 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1010,7 +1010,7 @@ cleanup:
dist-hook: cleanup libxml2.spec
-cp libxml2.spec $(distdir)
- (cd $(srcdir) ; tar -cf - --exclude CVS win32 macos vms test result SAXresult ) | (cd $(distdir); tar xf -)
+ (cd $(srcdir) ; tar -cf - --exclude CVS win32 macos vms bakefile test result SAXresult ) | (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