pgsql: Remove obsolete documentation build tools for Windows

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete documentation build tools for Windows
Date: 2018-07-13 08:08:05
Message-ID: E1fdt7V-000169-Rx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete documentation build tools for Windows

The scripts and instructions have been nonfunctional at least since
PostgreSQL 10 (commit 510074f9f0131a04322d6a3d2a51c87e6db243f9) and
nobody has stepped up to fix them. So right now just remove them until
someone wants to resurrect them.

Discussion: https://www.postgresql.org/message-id/flat/B74C0219-6BA9-46E1-A524-5B9E8CD3BDB3%40yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1f4ec8945967a75f711d721860752985624a0957

Modified Files
--------------
doc/src/sgml/install-windows.sgml | 47 ---------------
src/tools/msvc/README | 1 -
src/tools/msvc/builddoc.bat | 7 ---
src/tools/msvc/builddoc.pl | 124 --------------------------------------
4 files changed, 179 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-07-13 08:45:30 pgsql: Prohibit transaction commands in security definer procedures
Previous Message Thomas Munro 2018-07-13 04:22:30 pgsql: Accept invalidation messages in InitializeSessionUserId().