From 02507d76e4aa316718370b284f86d173656ba38b Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Fri, 15 Nov 2013 20:05:20 +0000 Subject: [PATCH] Synthesis: Augment changelogs a little bit. DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@4159 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 328bf37f7..5ed4d01a0 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -280,6 +280,8 @@ then # add one so that we only include what is new to this update let lastrevision+=1 svn log -r $head:$lastrevision > $output/$date-$head/ChangeLog.txt + + echo "See http://svn.eduke32.com/listing.php?repname=eduke32 for more details." >> $output/$date-$head/ChangeLog.txt fi # hack for our served directory structure... really belongs elsewhere,