From: Junio C Hamano Date: Thu, 9 Sep 2010 23:17:59 +0000 (-0700) Subject: install-webdoc: keep installed RelNotes-*.txt X-Git-Tag: v1.7.3-rc1~1^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3a4e6c727f939414c96a01c097c8e9f2feb201d6;p=git.git install-webdoc: keep installed RelNotes-*.txt Otherwise URLs in the wild that point at older release notes will become dangling. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/install-webdoc.sh b/Documentation/install-webdoc.sh index e5c1cbea0..76d69a907 100755 --- a/Documentation/install-webdoc.sh +++ b/Documentation/install-webdoc.sh @@ -30,7 +30,7 @@ for th in \ do h=`expr "$th" : "$strip_leading"'\(.*\)'` case "$h" in - index.html) continue ;; + RelNotes-*.txt | index.html) continue ;; esac test -f "$h" && continue echo >&2 "# rm -f $th"