pgsql: doc: Fix date in EPUB manifest

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: doc: Fix date in EPUB manifest
Дата
Msg-id E1UqDyW-0000w1-CQ@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dab1603e5238d3abce9f7a3a7b9450888cc07c70

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Clarify terminology standalone backend vs. single-user mode
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Fix date in EPUB manifest