summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/modules/ProjectCreator.pm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/modules/ProjectCreator.pm')
-rw-r--r--bin/MakeProjectCreator/modules/ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/modules/ProjectCreator.pm b/bin/MakeProjectCreator/modules/ProjectCreator.pm
index a8835e9275d..4cc981859eb 100644
--- a/bin/MakeProjectCreator/modules/ProjectCreator.pm
+++ b/bin/MakeProjectCreator/modules/ProjectCreator.pm
@@ -100,7 +100,7 @@ sub new {
'header_files' => [ "\\.h", "\\.hxx", "\\.hh", ],
'inline_files' => [ "\\.i", "\\.inl", ],
'idl_files' => [ "\\.idl", ],
- 'documentation_files' => [ "\\.doc", "\\.txt", ],
+ 'documentation_files' => [ "README", "readme", "\\.doc", "\\.txt", ],
'resource_files' => [ "\\.rc", ],
);