diff options
Diffstat (limited to 'pkg/win32/GNUmakefile')
-rw-r--r-- | pkg/win32/GNUmakefile | 7 |
1 files changed, 6 insertions, 1 deletions
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-%: |