pgsql: Don't generate plain-text HISTORY and src/test/regress/README an - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Don't generate plain-text HISTORY and src/test/regress/README an
Date
Msg-id E1WD2TD-0007in-5m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't generate plain-text HISTORY and src/test/regress/README anymore.

Providing this information as plain text was doubtless worth the trouble
ten years ago, but it seems likely that hardly anyone reads it in this
format anymore.  And the effort required to maintain these files (in the
form of extra-complex markup rules in the relevant parts of the SGML
documentation) is significant.  So, let's stop doing that and rely solely
on the other documentation formats.

Per discussion, the plain-text INSTALL instructions might still be worth
their keep, so we continue to generate that file.

Rather than remove HISTORY and src/test/regress/README from distribution
tarballs entirely, replace them with simple stub files that tell the reader
where to find the relevant documentation.  This is mainly to avoid possibly
breaking packaging recipes that expect these files to exist.

Back-patch to all supported branches, because simplifying the markup
requirements for release notes won't help much unless we do it in all
branches.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2895415205d86cc7ab55acab5f90fd70a7c68f3c

Modified Files
--------------
GNUmakefile.in                       |    4 +--
HISTORY                              |    6 ++++
README                               |    3 +-
README.git                           |   12 +++----
doc/src/sgml/.gitignore              |    4 ---
doc/src/sgml/Makefile                |   33 ++++++-----------
doc/src/sgml/docguide.sgml           |   21 ++++-------
doc/src/sgml/generate_history.pl     |   65 ----------------------------------
doc/src/sgml/release.sgml            |    5 +--
doc/src/sgml/standalone-install.sgml |   16 +--------
src/test/regress/README              |    3 ++
src/tools/RELEASE_CHANGES            |    1 -
12 files changed, 36 insertions(+), 137 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't generate plain-text HISTORY and src/test/regress/README an
Next
From: Peter Eisentraut
Date:
Subject: pgsql: scripts: Remove newlines from end of generated SQL