ref: 716a36949a596d4cdce3eae2da86d4a07d24b13c
parent: 710403d3e74dadcbafd13895d88b90502e7a71dc
author: Simon Howard <[email protected]>
date: Sun Sep 15 21:43:37 EDT 2013
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
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -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
--- a/pkg/win32/GNUmakefile
+++ b/pkg/win32/GNUmakefile
@@ -24,12 +24,17 @@
$(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.