summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_tools/help2md.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tools/help2md.pl b/_tools/help2md.pl
index c0d852e..054d286 100644
--- a/_tools/help2md.pl
+++ b/_tools/help2md.pl
@@ -138,7 +138,7 @@ sub main {
system("cd \Q$dir\E; perl utils/syntax.pl");
chomp (my @files = `find \Q$dir\E/docs/help -type f`);
- @files = grep !/Makefile/, @files;
+ @files = grep !/[~#]$/, grep !/Makefile/, @files;
s{^\Q$dir\E/docs/help(?:/|$)}{} for @files;