diff options
author | Simon Howard | 2013-09-15 22:41:33 +0000 |
---|---|---|
committer | Simon Howard | 2013-09-15 22:41:33 +0000 |
commit | b0a0f90cd9b976a39ed7945fe09e1d6f96899f68 (patch) | |
tree | e2e7a1669adfc14347cfc3d181bf3536dd7a7183 /pkg | |
parent | d2e79e322ae8875f471b8434445ba6a9432e9627 (diff) | |
download | chocolate-doom-b0a0f90cd9b976a39ed7945fe09e1d6f96899f68.tar.gz chocolate-doom-b0a0f90cd9b976a39ed7945fe09e1d6f96899f68.tar.bz2 chocolate-doom-b0a0f90cd9b976a39ed7945fe09e1d6f96899f68.zip |
Rework documentation system to generate INSTALL files tailored for the
different games.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2652
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/win32/GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile index 690da608..cde43492 100644 --- a/pkg/win32/GNUmakefile +++ b/pkg/win32/GNUmakefile @@ -48,6 +48,7 @@ staging-%: cp $(TOPLEVEL)/man/CMDLINE.$* $@/CMDLINE.txt $(TOPLEVEL)/man/simplecpp -D_WIN32 -DPRECOMPILED \ + -D$(shell echo $* | tr a-z A-Z) \ < $(TOPLEVEL)/man/INSTALL.template \ > $@/INSTALL.txt |