Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dab1603

Browse files
committed
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.
1 parent 7dfd5cd commit dab1603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/legal.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- doc/src/sgml/legal.sgml -->
22

3+
<date>2013</date>
4+
35
<copyright>
46
<year>1996-2013</year>
57
<holder>The PostgreSQL Global Development Group</holder>

0 commit comments

Comments
 (0)