Skip to content

Commit 3a4e6c7

Browse files
committed
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 <[email protected]>
1 parent 761e742 commit 3a4e6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/install-webdoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for th in \
3030
do
3131
h=`expr "$th" : "$strip_leading"'\(.*\)'`
3232
case "$h" in
33-
index.html) continue ;;
33+
RelNotes-*.txt | index.html) continue ;;
3434
esac
3535
test -f "$h" && continue
3636
echo >&2 "# rm -f $th"

0 commit comments

Comments
 (0)