X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=GNUmakefile;h=16bbe891f076a5feda33b0acdbfa0ac6614f7a01;hb=737878521210695c40f90f8496b4e23ccdd1ee69;hp=96457e0e7a06ddc3213f03eb932e23894fb89e44;hpb=ea91486bca30af1015a4457cabef1ed1f1dadb93;p=sope diff --git a/GNUmakefile b/GNUmakefile index 96457e0e..16bbe891 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -35,6 +35,8 @@ endif include $(GNUSTEP_MAKEFILES)/aggregate.make -include $(GNUSTEP_MAKEFILES)/GNUmakefile.postamble +include ./Version + endif distclean :: @@ -46,4 +48,8 @@ distclean :: macosx-pkg :: for i in $(SUBPROJECTS); do \ (cd $$i; $(MAKE) macosx-pkg); \ - done \ No newline at end of file + done + ./maintenance/make-osxmpkg.sh SOPE-$(MAJOR_VERSION).$(MINOR_VERSION) + +macosx-dmg :: macosx-pkg + ./maintenance/make-osxdmg.sh SOPE-$(MAJOR_VERSION).$(MINOR_VERSION) osxpkgbuild "SOPE $(MAJOR_VERSION).$(MINOR_VERSION)"