mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r1649) Makefile: added known-bugs.txt to mac and MorphOS release scripts and made a really dirty hack to force 0.3.6 on binary files compiled with this makefile
This commit is contained in:
parent
9d492b5051
commit
d1536c8f09
6
Makefile
6
Makefile
@ -114,6 +114,10 @@
|
|||||||
# Configuration
|
# Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ifndef RELEASE
|
||||||
|
RELEASE:=0.3.6
|
||||||
|
endif
|
||||||
|
|
||||||
# Makefile version tag
|
# Makefile version tag
|
||||||
# it checks if the version tag in makefile.config is the same and force update outdated config files
|
# it checks if the version tag in makefile.config is the same and force update outdated config files
|
||||||
MAKEFILE_VERSION:=6
|
MAKEFILE_VERSION:=6
|
||||||
@ -775,6 +779,7 @@ release: all
|
|||||||
@cp docs/console.txt "/t/openttd-$(RELEASE)-morphos/docs/Console"
|
@cp docs/console.txt "/t/openttd-$(RELEASE)-morphos/docs/Console"
|
||||||
@cp COPYING "/t/openttd-$(RELEASE)-morphos/docs/"
|
@cp COPYING "/t/openttd-$(RELEASE)-morphos/docs/"
|
||||||
@cp changelog.txt "/t/openttd-$(RELEASE)-morphos/docs/ChangeLog"
|
@cp changelog.txt "/t/openttd-$(RELEASE)-morphos/docs/ChangeLog"
|
||||||
|
@cp known-bugs.txt "/t/openttd-$(RELEASE)-morphos/docs/known-bugs.txt"
|
||||||
@cp os/morphos/icons/openttd.info "/t/openttd-$(RELEASE)-morphos/$(TTD).info"
|
@cp os/morphos/icons/openttd.info "/t/openttd-$(RELEASE)-morphos/$(TTD).info"
|
||||||
@cp os/morphos/icons/docs.info "/t/openttd-$(RELEASE)-morphos/docs.info"
|
@cp os/morphos/icons/docs.info "/t/openttd-$(RELEASE)-morphos/docs.info"
|
||||||
@cp os/morphos/icons/drawer.info "/t/openttd-$(RELEASE)-morphos.info"
|
@cp os/morphos/icons/drawer.info "/t/openttd-$(RELEASE)-morphos.info"
|
||||||
@ -805,6 +810,7 @@ release: all
|
|||||||
@cp changelog.txt "OpenTTD $(RELEASE)"/docs/
|
@cp changelog.txt "OpenTTD $(RELEASE)"/docs/
|
||||||
@cp docs/README_if_game_crashed_on_OSX.txt "OpenTTD $(RELEASE)"/docs/
|
@cp docs/README_if_game_crashed_on_OSX.txt "OpenTTD $(RELEASE)"/docs/
|
||||||
@cp os/macos/*.webloc "OpenTTD $(RELEASE)"
|
@cp os/macos/*.webloc "OpenTTD $(RELEASE)"
|
||||||
|
@cp known-bugs.txt "OpenTTD $(RELEASE)"/known-bugs.txt
|
||||||
@/usr/bin/hdiutil create -ov -format UDZO -srcfolder "OpenTTD $(RELEASE)" openttd-"$(RELEASE)"-osx.dmg
|
@/usr/bin/hdiutil create -ov -format UDZO -srcfolder "OpenTTD $(RELEASE)" openttd-"$(RELEASE)"-osx.dmg
|
||||||
@rm -fr "OpenTTD $(RELEASE)"
|
@rm -fr "OpenTTD $(RELEASE)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user