updated for version 7.3.681
Problem: List of distributed files picks up backup files.
Solution: Make tutor patterns more specific.
diff --git a/Filelist b/Filelist
index b63acd9..b1563eb 100644
--- a/Filelist
+++ b/Filelist
@@ -693,10 +693,17 @@
runtime/tutor/Makefile \
runtime/tutor/tutor.utf-8 \
runtime/tutor/tutor.?? \
- runtime/tutor/tutor.??.* \
- runtime/tutor/tutor.??_??.* \
+ runtime/tutor/tutor.??.utf-8 \
+ runtime/tutor/tutor.??.euc \
+ runtime/tutor/tutor.??.sjis \
+ runtime/tutor/tutor.??.iso9 \
+ runtime/tutor/tutor.??.big5 \
+ runtime/tutor/tutor.??.cp1250 \
+ runtime/tutor/tutor.??.cp1251 \
+ runtime/tutor/tutor.??.cp737 \
+ runtime/tutor/tutor.??_??.utf-8 \
runtime/tutor/tutor.bar \
- runtime/tutor/tutor.bar.* \
+ runtime/tutor/tutor.bar.utf-8 \
runtime/spell/README.txt \
runtime/spell/??/*.diff \
runtime/spell/??/main.aap \