mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-30 02:33:03 -07:00
Automatically update epub copyright year.
This maintains consistency with the online documentation.
This commit is contained in:
parent
3ed6f4354a
commit
3287fef6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ texinfo_documents = [
|
|||
epub_title = u'Memory Pool System'
|
||||
epub_author = u'Ravenbrook Limited'
|
||||
epub_publisher = u'Ravenbrook Limited'
|
||||
epub_copyright = u'2012, Ravenbrook Limited'
|
||||
epub_copyright = date.today().strftime(u'%Y, Ravenbrook Limited')
|
||||
|
||||
# The language of the text. It defaults to the language option
|
||||
# or en if the language is not set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue