]> granicus.if.org Git - postgresql/commit
Don't generate plain-text HISTORY and src/test/regress/README anymore.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Feb 2014 01:48:20 +0000 (20:48 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Feb 2014 01:48:20 +0000 (20:48 -0500)
commitdd560510400e4cf545ac92a5d0270dde2e45c5dd
treecf56fbc8dd5772e00afba5d2e301736b7f34f971
parentf3807106b404c2e78961dd868adcb91d6d9ca6ee
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.
12 files changed:
GNUmakefile.in
HISTORY [new file with mode: 0644]
README
README.git
doc/src/sgml/.gitignore
doc/src/sgml/Makefile
doc/src/sgml/docguide.sgml
doc/src/sgml/generate_history.pl [deleted file]
doc/src/sgml/release.sgml
doc/src/sgml/standalone-install.sgml
src/test/regress/README [new file with mode: 0644]
src/tools/RELEASE_CHANGES