(svn r7626) -Fix r7600: [OSX] building release dmg files no longer includes console.txt, since we don't have that file anymore (this made dmg building fail)
authorbjarni
Fri, 29 Dec 2006 21:46:21 +0000
changeset 5674 ae82af6ccd26
parent 5673 afbfafc65272
child 5675 56ac39010fe9
(svn r7626) -Fix r7600: [OSX] building release dmg files no longer includes console.txt, since we don't have that file anymore (this made dmg building fail)
-Cleanup: [OSX] removed the link files since they aren't needed and broken anyway
os/macosx/Makefile
os/macosx/Open_Transport_Tycoon_Forum.webloc
os/macosx/Open_Transport_Tycoon_Homepage.webloc
os/macosx/SourceForge_OpenTTD_project_homepage.webloc
--- a/os/macosx/Makefile	Fri Dec 29 21:30:31 2006 +0000
+++ b/os/macosx/Makefile	Fri Dec 29 21:46:21 2006 +0000
@@ -134,10 +134,8 @@
 	$(Q)cp -R $(OSXAPP) "OpenTTD $(REV)/"
 	$(Q)cp docs/OSX_install_instructions.txt "OpenTTD $(REV)/How to install (please read).txt"
 	$(Q)cp readme.txt "OpenTTD $(REV)/docs/"
-	$(Q)cp docs/console.txt "OpenTTD $(REV)/docs/"
 	$(Q)cp COPYING "OpenTTD $(REV)/docs/"
 	$(Q)cp changelog.txt "OpenTTD $(REV)/docs/"
-	$(Q)cp os/macosx/*.webloc "OpenTTD $(REV)"
 	$(Q)cp known-bugs.txt "OpenTTD $(REV)/known-bugs.txt"
 	$(Q)cp -R scenario/* "OpenTTD $(REV)/scenario/"
 	$(Q)hdiutil create -ov -format UDZO -srcfolder "OpenTTD $(REV)" openttd-"$(REV)"-osx.dmg