Thread: pgsql: Convert builddoc.bat into a perl script that actually works.

pgsql: Convert builddoc.bat into a perl script that actually works.

From
Andrew Dunstan
Date:
Convert builddoc.bat into a perl script that actually works.

The old .bat file wasn't working for reasons that are unclear, and
which it did not seem worth the trouble to ascertain.
The new perl script has been tested and is known to work.
Soon it will be tested regularly on the buildfarm.
The .bat file is kept as a simple wrapper for the perl script.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8c3604ae7fa1602e00b639447e894f9d59f9d297

Modified Files
--------------
src/tools/msvc/builddoc.bat |   67 ++----------------------
src/tools/msvc/builddoc.pl  |  122 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 126 insertions(+), 63 deletions(-)