]> granicus.if.org Git - handbrake/commitdiff
Make release build the disk image
authorprigaux <pri@nopapers.org>
Tue, 13 Feb 2007 22:32:34 +0000 (22:32 +0000)
committerprigaux <pri@nopapers.org>
Tue, 13 Feb 2007 22:32:34 +0000 (22:32 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2@327 b64f7644-9d1e-0410-96f1-a4d463321fa5

Makefile

index b4b720528f79ce3e4574df8519e843024c05c274..226bb44467ee754330db7ba92597f6fd6eba136d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SYSTEM = $(shell uname -s)
 # Special case for Mac OS X: everything is handled from the Xcode project
 ifeq ($(SYSTEM),Darwin)
 
-all:    clean app release
+all:    clean app
 
 app:
        (./DownloadMacOsXContribBinaries.sh ; cd macosx ; xcodebuild -alltargets -configuration UB build | sed '/^$$/d' ; cd .. ; ./macosx/localize.sh MediaFork.app)