diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-01 13:43:26 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-01 14:25:30 -0800 |
commit | 647c7c9a726c4f6d29cc8f932e434555f1d0aed8 (patch) | |
tree | 2d482a49b0b51d9e45c556f81a0626589b6e4f69 /admin/update-copyright | |
parent | 035f5aaa91ebd40598e0d89881bbc3cf532440a0 (diff) | |
download | emacs-647c7c9a726c4f6d29cc8f932e434555f1d0aed8.tar.gz emacs-647c7c9a726c4f6d29cc8f932e434555f1d0aed8.tar.bz2 emacs-647c7c9a726c4f6d29cc8f932e434555f1d0aed8.zip |
* update-copyright (emacsver): Change to emacsver.tex.in.
Diffstat (limited to 'admin/update-copyright')
-rwxr-xr-x | admin/update-copyright | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/update-copyright b/admin/update-copyright index 5612d7f7386..459ee83ac1d 100755 --- a/admin/update-copyright +++ b/admin/update-copyright @@ -7,7 +7,7 @@ # By default, this script uses the local-time calendar year. # Set the UPDATE_COPYRIGHT_YEAR environment variable to override the default. -# Copyright 2013-2014 Free Software Foundation, Inc. +# Copyright 2013-2015 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -37,7 +37,7 @@ export UPDATE_COPYRIGHT_USE_INTERVALS : ${UPDATE_COPYRIGHT_YEAR=$(date +%Y)} export UPDATE_COPYRIGHT_YEAR -emacsver=etc/refcards/emacsver.tex +emacsver=etc/refcards/emacsver.tex.in sed 's/\\def\\year[{][0-9]*[}]/\\def\\year{'"$UPDATE_COPYRIGHT_YEAR"'}'/g \ $emacsver >$emacsver.aux && { cmp -s $emacsver $emacsver.aux || |