Fixed archive generation

This commit is contained in:
Pierre Pronchery 2009-03-28 01:57:10 +00:00
parent 3b93ef6b97
commit fe421df241
3 changed files with 5 additions and 2 deletions

View File

@ -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 \

View File

@ -1 +1 @@
dist=deforaos-build.sh,deforaos-update.sh
dist=Makefile,deforaos-build.sh,deforaos-update.sh

View File

@ -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