From 9865706797a1a9237e0818a21d354da4eefce58f Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Tue, 4 Sep 2007 07:19:40 -0230 Subject: -Updating the makedist.py scripts for the various language mappings to support the root makedist script. -Adding the new makedist tool. Merging fixes from R3_2_branch. Specifically: - bzip2 DLL library naming problem for .dotnet - EOLN character translation for RELEASE_NOTES file. - Remove exclusion of backup demo from Windows installers. - Remove obsoleted files from Ruby - Remove unused and obsolete iceproject.xml file. - Modify makewindist.py to use distfiles archive instead of trying to guess versions, etc. --- cpp/install/common/components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/install/common/components.py') diff --git a/cpp/install/common/components.py b/cpp/install/common/components.py index 58a595f761c..d360dc33603 100755 --- a/cpp/install/common/components.py +++ b/cpp/install/common/components.py @@ -290,7 +290,7 @@ class FileSpecWorker: # 'convert to dos file format' name patterns. (These are # regex patterns, not patterns for filename globbing). # - textFiles = [".*README.*", ".*Makefile.mak", ".*LICENSE.*"] + textFiles = [".*README.*", ".*Makefile.mak", ".*LICENSE.*", "RELEASE_NOTES.txt"] textFileScanner = None expression = "" for p in textFiles: -- cgit v1.2.3