pgsql: doc: Fix date in EPUB manifest

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Fix date in EPUB manifest
Date: 2013-06-22 02:54:52
Message-ID: E1UqDyW-0000w3-DD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0b5a5c8e05e6ebc5923375b056885c6e9934ee31

Modified Files
--------------
doc/src/sgml/legal.sgml | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2013-06-23 13:51:53 pgsql: Ensure no xid gaps during Hot Standby startup
Previous Message Peter Eisentraut 2013-06-21 03:09:37 pgsql: Clarify terminology standalone backend vs. single-user mode