summaryrefslogtreecommitdiff
path: root/Documentation/install-webdoc.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-13 23:15:05 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-02-13 23:15:05 (GMT)
commit26cfcfbff451a67412d2570759250a7418f648d2 (patch)
tree23ba65c82558910e3f4ea537bf8c872084118aa0 /Documentation/install-webdoc.sh
parentea44949605781d1947ba1422ee541867e7ce9b81 (diff)
downloadgit-26cfcfbff451a67412d2570759250a7418f648d2.zip
git-26cfcfbff451a67412d2570759250a7418f648d2.tar.gz
git-26cfcfbff451a67412d2570759250a7418f648d2.tar.bz2
Add release notes to the distribution.
This also adds a hook in the Makefile I can use to automatically include pointers to documentation for older releases when updating the pages at http://kernel.org/pub/software/scm/git/docs/. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/install-webdoc.sh')
-rwxr-xr-xDocumentation/install-webdoc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/install-webdoc.sh b/Documentation/install-webdoc.sh
index 60211a5..b398193 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"