]> err.no Git - sope/blobdiff - GNUmakefile
some code cleanups
[sope] / GNUmakefile
index bf741d2f76547a48e6452c9438567bb0b1ea51c9..16bbe891f076a5feda33b0acdbfa0ac6614f7a01 100644 (file)
@@ -35,6 +35,8 @@ endif
 include $(GNUSTEP_MAKEFILES)/aggregate.make
 -include $(GNUSTEP_MAKEFILES)/GNUmakefile.postamble
 
+include ./Version
+
 endif
 
 distclean ::
@@ -47,4 +49,7 @@ macosx-pkg ::
        for i in $(SUBPROJECTS); do \
          (cd $$i; $(MAKE) macosx-pkg); \
        done
-       ./maintenance/make-osxmpkg.sh SOPE-4.5
+       ./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)"