1
Fork 0
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:
Gareth Rees 2021-01-09 15:16:43 +00:00
parent 3ed6f4354a
commit 3287fef6ea

View file

@ -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.