X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Finstall-webdoc.sh;h=b3981936e302dafb33e967b3cc17a3cab5b5659e;hb=eec102524fda2df7d2846e865805ca213119bf10;hp=60211a5058da658a92d99bd1d970b742dddb4e61;hpb=659db3f673fe199bad6ce9cc625d3a1b098bfbcf;p=git.git diff --git a/Documentation/install-webdoc.sh b/Documentation/install-webdoc.sh index 60211a505..b3981936e 100755 --- a/Documentation/install-webdoc.sh +++ b/Documentation/install-webdoc.sh @@ -2,7 +2,7 @@ T="$1" -for h in *.html *.txt howto/*.txt howto/*.html +for h in *.html *.txt howto/*.txt howto/*.html RelNotes-*.txt do if test -f "$T/$h" && diff -u -I'Last updated [0-9][0-9]-[A-Z][a-z][a-z]-' "$T/$h" "$h"