summaryrefslogtreecommitdiffstats
path: root/am_edit
diff options
context:
space:
mode:
Diffstat (limited to 'am_edit')
-rw-r--r--am_edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/am_edit b/am_edit
index 867565b..3d88161 100644
--- a/am_edit
+++ b/am_edit
@@ -1980,7 +1980,7 @@ sub tag_DOCFILES ()
{
opendir (THISDIR, ".");
foreach $entry (readdir(THISDIR)) {
- next if ($entry eq "CVS" || $entry =~ /^\./ || $entry =~ /^Makefile/ || $entry =~ /~$/ || $entry =~ /^\#.*\#$/ || $entry eq "core" || $entry eq "index.cache.bz2");
+ next if ($entry eq "CVS" || $entry =~ /^\./ || $entry =~ /^Makefile/ || $entry eq "CMakeLists.txt" || $entry eq "ConfigureChecks.cmake" || $entry =~ /~$/ || $entry =~ /^\#.*\#$/ || $entry eq "core" || $entry eq "index.cache.bz2");
next if (! -f $entry);
$files .= "$entry ";
}