From: helge Date: Wed, 22 Feb 2006 12:34:56 +0000 (+0000) Subject: osx versioning info X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27eb0a2db892ffc7470ba249743011b7c22327e3;p=sope osx versioning info git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1218 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/GNUmakefile b/GNUmakefile index 16bbe891..2fe28627 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -49,7 +49,11 @@ macosx-pkg :: for i in $(SUBPROJECTS); do \ (cd $$i; $(MAKE) macosx-pkg); \ done - ./maintenance/make-osxmpkg.sh SOPE-$(MAJOR_VERSION).$(MINOR_VERSION) - + ./maintenance/make-osxmpkg.sh \ + "SOPE-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)" + macosx-dmg :: macosx-pkg - ./maintenance/make-osxdmg.sh SOPE-$(MAJOR_VERSION).$(MINOR_VERSION) osxpkgbuild "SOPE $(MAJOR_VERSION).$(MINOR_VERSION)" + ./maintenance/make-osxdmg.sh \ + "SOPE-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)" \ + osxpkgbuild \ + "SOPE $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)"