summaryrefslogtreecommitdiff
path: root/pkg/win32/GNUmakefile
diff options
context:
space:
mode:
authorSimon Howard2011-03-10 19:03:23 +0000
committerSimon Howard2011-03-10 19:03:23 +0000
commiteca0d817b7973d678d31608870bea86a141442ab (patch)
tree663606bab9d1eea4bfe4346ad05e88c7ede035f6 /pkg/win32/GNUmakefile
parentd610772a0b58e63f665403386f167b3e19a5dcfd (diff)
downloadchocolate-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/GNUmakefile4
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)