Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
647c7c9a
Commit
647c7c9a
authored
Jan 01, 2015
by
Paul Eggert
Browse files
* update-copyright (emacsver): Change to emacsver.tex.in.
parent
035f5aaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
admin/ChangeLog
admin/ChangeLog
+5
-1
admin/update-copyright
admin/update-copyright
+2
-2
No files found.
admin/ChangeLog
View file @
647c7c9a
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)
...
...
@@ -2502,7 +2506,7 @@
;; coding: utf-8
;; End:
Copyright (C) 2001-201
4
Free Software Foundation, Inc.
Copyright (C) 2001-201
5
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
admin/update-copyright
View file @
647c7c9a
...
...
@@ -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-201
4
Free Software Foundation, Inc.
# Copyright 2013-201
5
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
||
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment