[libxml2] 584605 package VxWorks folder in the distribution



commit b0641a10a6165a882cbea762fc22d0e9eb1038e8
Author: Daniel Veillard <veillard redhat com>
Date:   Mon Aug 24 10:15:13 2009 +0200

    584605 package VxWorks folder in the distribution
    
    * Makefile.am: as Igor Novoseltsev pointed out this is missing from
      the distro

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index fc4601b..0955a30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1150,7 +1150,7 @@ cleanup:
 
 dist-hook: cleanup libxml2.spec
 	-cp libxml2.spec $(distdir)
-	(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 macos vms bakefile test result) | (cd $(distdir); tar xf -)
+	(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 macos 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]