diff options
author | Simon Howard | 2011-03-10 19:03:23 +0000 |
---|---|---|
committer | Simon Howard | 2011-03-10 19:03:23 +0000 |
commit | eca0d817b7973d678d31608870bea86a141442ab (patch) | |
tree | 663606bab9d1eea4bfe4346ad05e88c7ede035f6 /pkg/win32/GNUmakefile | |
parent | d610772a0b58e63f665403386f167b3e19a5dcfd (diff) | |
download | chocolate-doom-eca0d817b7973d678d31608870bea86a141442ab.tar.gz chocolate-doom-eca0d817b7973d678d31608870bea86a141442ab.tar.bz2 chocolate-doom-eca0d817b7973d678d31608870bea86a141442ab.zip |
Replace the INSTALL file with a template version that is customized to
different platforms.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2299
Diffstat (limited to 'pkg/win32/GNUmakefile')
-rw-r--r-- | pkg/win32/GNUmakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile index 31968795..7df4cc16 100644 --- a/pkg/win32/GNUmakefile +++ b/pkg/win32/GNUmakefile @@ -27,6 +27,10 @@ staging: $(EXE_FILES) $(DLL_FILES) $(patsubst %,../../%,$(DOC_FILES)) cp $(TOPLEVEL)/$$f staging/$$f.txt; \ unix2dos staging/$$f.txt; \ done + $(TOPLEVEL)/man/simplecpp -D_WIN32 -DPRECOMPILED \ + < $(TOPLEVEL)/man/INSTALL.template \ + > staging/INSTALL.txt + unix2dos staging/INSTALL.txt clean: rm -f $(ZIP) |