diff options
author | Norbert Preining <preining@logic.at> | 2013-04-18 13:26:04 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2013-04-18 13:26:04 +0000 |
commit | e00f6680e41b9b8cea247fc178844aac1f10bd15 (patch) | |
tree | 4d6a47f7b2176d0481334a88fd60861717753b9c /Master/texmf-dist/source/jfontmaps | |
parent | 707abab43e7754a2a006eb669291529d8cd0e0af (diff) |
jfontmaps 20130418.0 (18Apr)
git-svn-id: svn://tug.org/texlive/trunk@30011 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/jfontmaps')
-rwxr-xr-x | Master/texmf-dist/source/jfontmaps/tools/release.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/jfontmaps/tools/release.sh b/Master/texmf-dist/source/jfontmaps/tools/release.sh index 13c4125c339..89ab24138cc 100755 --- a/Master/texmf-dist/source/jfontmaps/tools/release.sh +++ b/Master/texmf-dist/source/jfontmaps/tools/release.sh @@ -26,6 +26,8 @@ fi echo git commit -m "Release $VER" --allow-empty git archive --format=tar --prefix=$PROJECT-$VER/ HEAD | (cd $TEMP && tar xf -) +git --no-pager log --date=short --format='%ad %aN <%ae>%n%n%x09* %s%d [%h]%n' > $TEMP/$PROJECT-$VER/ChangeLog +cat ChangeLog.pre-git >> $TEMP/$PROJECT-$VER/ChangeLog cd $TEMP rm -rf $PROJECT-$VER-orig cp -r $PROJECT-$VER $PROJECT-$VER-orig |