]> granicus.if.org Git - postgresql/commit
doc: Fix date in EPUB manifest
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 22 Jun 2013 02:48:06 +0000 (22:48 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 22 Jun 2013 02:48:06 +0000 (22:48 -0400)
commitdab1603e5238d3abce9f7a3a7b9450888cc07c70
treeeed3a8aedb6fd74b1eb6061523bdb8aa58042cd4
parent7dfd5cd21c0091e467b16b31a10e20bbedd0a836
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.
doc/src/sgml/legal.sgml