doc: Fix date in EPUB manifest

Peter Eisentraut <peter_e@gmx.net>

Commit: 0b5a5c8e05e6ebc5923375b056885c6e9934ee31
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-06-22T02:53:24Z
Releases: 9.3.0
doc: Fix date in EPUB manifest

If there is no <date> element, the publication date for the EPUB
manifest is taken from the copyright year.  But something like
"1996-2013" is not a legal date specification.  So the EPUB output
currently fails epubcheck.

Put in a separate <date> element with the current year.  Put it in
legal.sgml, because copyright.pl already instructs to update that
manually, so it hopefully won't be missed.

Files

PathChange+/−
doc/src/sgml/legal.sgml modified +2 −0