Override the README distributed with Chocolate Strife Windows binaries
and include the custom version. Also include a copy in the Mac documentation folder. Subversion-branch: /branches/v2-branch Subversion-revision: 2661
This commit is contained in:
parent
710403d3e7
commit
716a36949a
2 changed files with 8 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
include ../config.make
|
||||
|
||||
DOC_FILES += README.Strife
|
||||
|
||||
# Build so that the package will work on older versions.
|
||||
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.4
|
||||
|
|
|
|||
|
|
@ -24,13 +24,18 @@ $(ZIPS):
|
|||
$(DOOM_ZIP): staging-doom hook-doom
|
||||
$(HERETIC_ZIP): staging-heretic
|
||||
$(HEXEN_ZIP): staging-hexen
|
||||
$(STRIFE_ZIP): staging-strife
|
||||
$(STRIFE_ZIP): staging-strife hook-strife
|
||||
|
||||
# Special hooks to custom modify files for particular games.
|
||||
|
||||
hook-doom: staging-doom
|
||||
cp $(TOPLEVEL)/NOT-BUGS $</NOT-BUGS.txt
|
||||
|
||||
# Chocolate Strife has its own custom README file:
|
||||
|
||||
hook-strife: staging-strife
|
||||
cp $(TOPLEVEL)/README.Strife $</README.txt
|
||||
|
||||
# Build up a staging dir for a particular game.
|
||||
|
||||
staging-%:
|
||||
|
|
|
|||
Loading…
Reference in a new issue