diff --git a/Makefile b/Makefile index c7ca058..e8d5d0e 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ dist: $(PACKAGE)-$(VERSION)/src/Makefile \ $(PACKAGE)-$(VERSION)/src/deforaos-build.sh \ $(PACKAGE)-$(VERSION)/src/deforaos-document.sh \ + $(PACKAGE)-$(VERSION)/src/deforaos-release.sh \ $(PACKAGE)-$(VERSION)/src/deforaos-update.sh \ $(PACKAGE)-$(VERSION)/src/project.conf \ $(PACKAGE)-$(VERSION)/targets/Makefile \ diff --git a/src/project.conf b/src/project.conf index 41c3ba0..15a4fce 100644 --- a/src/project.conf +++ b/src/project.conf @@ -1 +1 @@ -dist=Makefile,deforaos-build.sh,deforaos-document.sh,deforaos-update.sh +dist=Makefile,deforaos-build.sh,deforaos-document.sh,deforaos-release.sh,deforaos-update.sh