X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Finstall-webdoc.sh;h=cd3a18eb7fa73b01e9d3a9489711292148f088e6;hb=8250465859644eee5db3c1169db689beca65a868;hp=b3981936e302dafb33e967b3cc17a3cab5b5659e;hpb=26cfcfbff451a67412d2570759250a7418f648d2;p=git.git diff --git a/Documentation/install-webdoc.sh b/Documentation/install-webdoc.sh index b3981936e..cd3a18eb7 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 RelNotes-*.txt +for h in *.html *.txt howto/*.txt howto/*.html RelNotes-*.txt *.css do if test -f "$T/$h" && diff -u -I'Last updated [0-9][0-9]-[A-Z][a-z][a-z]-' "$T/$h" "$h"