mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -04:00
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.
This commit is contained in:
parent
7dfd5cd21c
commit
dab1603e52
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<!-- doc/src/sgml/legal.sgml -->
|
||||
|
||||
<date>2013</date>
|
||||
|
||||
<copyright>
|
||||
<year>1996-2013</year>
|
||||
<holder>The PostgreSQL Global Development Group</holder>
|
||||
|
|
|
|||
Loading…
Reference in a new issue