From 0b5a5c8e05e6ebc5923375b056885c6e9934ee31 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 21 Jun 2013 22:48:06 -0400 Subject: [PATCH] doc: Fix date in EPUB manifest If there is no 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 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/legal.sgml b/doc/src/sgml/legal.sgml index 1c40ec47ee..0562eb5703 100644 --- a/doc/src/sgml/legal.sgml +++ b/doc/src/sgml/legal.sgml @@ -1,5 +1,7 @@ +2013 + 1996-2013 The PostgreSQL Global Development Group