]> 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:53:24 +0000 (22:53 -0400)
commit0b5a5c8e05e6ebc5923375b056885c6e9934ee31
tree326cf7e3f388a0d14b9f402f883bef043281f881
parentb3b2ea4ad799f5b0e9e0711d23a884102f2d9a66
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