chiark / gitweb /
Reinstate the Mac OS build step.
authorSimon Tatham <anakin@pobox.com>
Sun, 30 Mar 2014 15:19:30 +0000 (15:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 30 Mar 2014 15:19:30 +0000 (15:19 +0000)
Now I've got a working Mac, I can build it again.

[originally from svn r10167]

Buildscr

index 7ce854103badb118b8ead68aefe1fc2e53e9c21e..4d86ba62a2a39bd884e83a04df8a5243c246d81f 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -26,12 +26,11 @@ in puzzles do perl mkfiles.pl
 in puzzles do ./mkauto.sh
 
 # Build the OS X .dmg archive.
-# 2012-04-03: commented out because my Mac is dead.
-#delegate osx
-#  in puzzles do make -f Makefile.osx clean
-#  in puzzles do make -f Makefile.osx release VER=-DREVISION=$(revision)
-#  return puzzles/Puzzles.dmg
-#enddelegate
+delegate osx
+  in puzzles do make -f Makefile.osx clean
+  in puzzles do make -f Makefile.osx release VER=-DREVISION=$(revision)
+  return puzzles/Puzzles.dmg
+enddelegate
 
 # Build the Windows binaries and installer, and the CHM file.
 in puzzles do make -f Makefile.doc clean
@@ -143,7 +142,7 @@ deliver puzzles/winbin/*.exe $@
 deliver puzzles/.htaccess $@
 deliver puzzles/doc/*.html doc/$@
 deliver puzzles/devel/*.html devel/$@
-#deliver puzzles/Puzzles.dmg $@ # 2012-04-03 commented out, see above
+deliver puzzles/Puzzles.dmg $@
 deliver puzzles/puzzles.chm $@
 deliver puzzles/puzzles.hlp $@
 deliver puzzles/puzzles.cnt $@