Synthesis: Augment changelogs a little bit. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4159 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2013-11-15 20:05:20 +00:00
parent 478ef6eef8
commit 02507d76e4

View file

@ -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,