]> code.delx.au - gnu-emacs/commitdiff
* update-copyright (emacsver): Change to emacsver.tex.in.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jan 2015 21:43:26 +0000 (13:43 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jan 2015 22:25:30 +0000 (14:25 -0800)
admin/ChangeLog
admin/update-copyright

index b32d700451766ca9f9372d47167215ea78d405ca..f311eea696cba59b7ef8495015cbd42f45ac6bdf 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * update-copyright (emacsver): Change to emacsver.tex.in.
+
 2014-12-24  Glenn Morris  <rgm@gnu.org>
 
        * authors.el (authors-obsolete-files-regexps)
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2001-2014 Free Software Foundation, Inc.
+  Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
index 5612d7f73861f588751c0c1776142f89034f6e88..459ee83ac1d012b7b0477e6699459c6b02515971 100755 (executable)
@@ -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 ||