From 9e35e80aa1a11329a4f2d94f76323cf533c40845 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 20 Oct 2010 07:23:40 +0000 Subject: (svn r20999) -Change: Add installing options or rather options to not install certain documentation, in a similar way to GRFCodec/catcodec --- os/windows/installer/install.nsi | 3 --- 1 file changed, 3 deletions(-) (limited to 'os/windows') diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index f75073490..4e0adac1b 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -133,9 +133,6 @@ Section "!OpenTTD" Section1 ; Copy some documention files SetOutPath "$INSTDIR\docs\" - File ${PATH_ROOT}docs\obg_format.txt - File ${PATH_ROOT}docs\obm_format.txt - File ${PATH_ROOT}docs\obs_format.txt File ${PATH_ROOT}docs\multiplayer.txt File ${PATH_ROOT}docs\32bpp.txt -- cgit v1.2.3-54-g00ecf