From fe421df241f4be73b8347581dc5f3d7d305f11c3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 28 Mar 2009 01:57:10 +0000 Subject: [PATCH] Fixed archive generation --- Makefile | 3 +++ src/project.conf | 2 +- targets/project.conf | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab6f1a6..f2cf031 100644 --- a/Makefile +++ b/Makefile @@ -21,13 +21,16 @@ dist: $(RM) -r $(PACKAGE)-$(VERSION) $(LN) . $(PACKAGE)-$(VERSION) @$(TAR) $(PACKAGE)-$(VERSION).tar.gz \ + $(PACKAGE)-$(VERSION)/src/Makefile \ $(PACKAGE)-$(VERSION)/src/deforaos-build.sh \ $(PACKAGE)-$(VERSION)/src/deforaos-update.sh \ $(PACKAGE)-$(VERSION)/src/project.conf \ + $(PACKAGE)-$(VERSION)/targets/Makefile \ $(PACKAGE)-$(VERSION)/targets/Linux \ $(PACKAGE)-$(VERSION)/targets/Linux-arm \ $(PACKAGE)-$(VERSION)/targets/Linux-i386 \ $(PACKAGE)-$(VERSION)/targets/NetBSD \ + $(PACKAGE)-$(VERSION)/targets/NetBSD-amd64 \ $(PACKAGE)-$(VERSION)/targets/NetBSD-i386 \ $(PACKAGE)-$(VERSION)/targets/NetBSD-sparc \ $(PACKAGE)-$(VERSION)/targets/project.conf \ diff --git a/src/project.conf b/src/project.conf index 493c640..dc9bd8c 100644 --- a/src/project.conf +++ b/src/project.conf @@ -1 +1 @@ -dist=deforaos-build.sh,deforaos-update.sh +dist=Makefile,deforaos-build.sh,deforaos-update.sh diff --git a/targets/project.conf b/targets/project.conf index 57fa255..9e77ff7 100644 --- a/targets/project.conf +++ b/targets/project.conf @@ -1 +1 @@ -dist=Linux,Linux-arm,Linux-i386,NetBSD,NetBSD-i386,NetBSD-sparc +dist=Makefile,Linux,Linux-arm,Linux-i386,NetBSD,NetBSD-amd64,NetBSD-i386,NetBSD-sparc