commit 716a36949a596d4cdce3eae2da86d4a07d24b13c
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Sep 16 01:43:37 2013 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Sep 16 01:43:37 2013 +0000
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
---
pkg/osx/GNUmakefile | 2 ++
pkg/win32/GNUmakefile | 7 ++++++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index b998f77e..f49d3932 100644
--- 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
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile
index cde43492..e84dbe18 100644
--- a/pkg/win32/GNUmakefile
+++ b/pkg/win32/GNUmakefile
@@ -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-%: