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