From b0a0f90cd9b976a39ed7945fe09e1d6f96899f68 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 15 Sep 2013 22:41:33 +0000 Subject: Rework documentation system to generate INSTALL files tailored for the different games. Subversion-branch: /branches/v2-branch Subversion-revision: 2652 --- pkg/win32/GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/win32') 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 -- cgit v1.2.3