summaryrefslogtreecommitdiff
path: root/cpp/install/common/components.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/install/common/components.py')
-rwxr-xr-xcpp/install/common/components.py2
1 files changed, 1 insertions, 1 deletions
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: