* build-aux/gitlog-to-emacslog: Get footer from ChangeLog.2.
Fixes: debbugs:20399
This commit is contained in:
parent
937b22fe46
commit
b50f9bc964
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if test -s "${distprefix}ChangeLog.tmp"; then
|
|||
s/\(Copyright[ (C)]*\)[0-9]*-[0-9]*/\1'"$year_range"'/
|
||||
p
|
||||
}
|
||||
' <ChangeLog.1 >>"${distprefix}ChangeLog.tmp" || exit
|
||||
' <ChangeLog.2 >>"${distprefix}ChangeLog.tmp" || exit
|
||||
fi
|
||||
|
||||
# Install the generated ChangeLog.
|
||||
|
|
Loading…
Add table
Reference in a new issue