pgsql: Stop generating plain-text INSTALL instructions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stop generating plain-text INSTALL instructions.
Date: 2023-12-22 18:32:26
Message-ID: E1rGkJt-00BQZ4-IK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stop generating plain-text INSTALL instructions.

Up to now, our distribution tarballs have included a plain-text form
of the installation.sgml chapter. The rationale for that was that a
recipient might not have either ready internet access or HTML-viewing
tools; a theory that seems downright quaint today. Maintaining the
ability to generate this file is not without cost, because it puts
special requirements on installation.sgml that are often overlooked.
Moreover, we are moving in the direction of making our distribution
tarballs be pure git snapshots for traceability/reproducibility
reasons; including generated files doesn't fit into that plan.
Hence, let's just drop INSTALL and remove the infrastructure for
generating it. The top-level README will now recommend visiting
our website to see the installation instructions. As a useful
side-effect, we can get rid of README.git which has provoked
confusion.

Discussion: https://postgr.es/m/20231220114927.faccqqprmuyrzdip@alap3.anarazel.de
Discussion: https://postgr.es/m/e07408d9-e5f2-d9fd-5672-f53354e9305e@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e2b73f4a4de6c2df6a1e623ad06b42f1bb2471ad

Modified Files
--------------
GNUmakefile.in | 3 -
Makefile | 8 +-
README | 15 ++--
README.git | 14 ---
doc/src/sgml/.gitignore | 3 -
doc/src/sgml/Makefile | 25 +-----
doc/src/sgml/docguide.sgml | 22 -----
doc/src/sgml/installation.sgml | 53 ++++-------
doc/src/sgml/meson.build | 37 --------
doc/src/sgml/standalone-install.xml | 170 ------------------------------------
doc/src/sgml/standalone-profile.xsl | 97 --------------------
src/pl/plperl/README | 3 +-
src/tools/RELEASE_CHANGES | 3 +
13 files changed, 32 insertions(+), 421 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-12-22 21:00:31 pgsql: Set all variable-length fields of pg_attribute to null on column
Previous Message Andrew Dunstan 2023-12-22 14:05:30 pgsql: Make win32tzlist.pl checkable again