Skip to content

Commit

Permalink
install-webdoc: keep installed RelNotes-*.txt
Browse files Browse the repository at this point in the history
Otherwise URLs in the wild that point at older release notes will become
dangling.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Sep 9, 2010
1 parent 761e742 commit 3a4e6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/install-webdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a4e6c7

Please sign in to comment.