From 2a28fbdd37d220213185688f6785ff8c2fe3d896 Mon Sep 17 00:00:00 2001 From: Atlas Cove Date: Sat, 29 Jul 2023 10:27:36 +0100 Subject: [PATCH] update pfiles.rb added literal html support --- pfiles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfiles.rb b/pfiles.rb index 70c40b8..1ef8a43 100755 --- a/pfiles.rb +++ b/pfiles.rb @@ -22,7 +22,7 @@ l=list.collect case ARGV.first when "doc" for i in l do - next if ignore.include?(i) + next if ignore.include?(i) or /\.v.html/.match?(i) if /\.(txti|org|md|html)$/.match?(i) print i print ' ' unless i==l.last