Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1f4ec89

Browse files
committed
Remove obsolete documentation build tools for Windows
The scripts and instructions have been nonfunctional at least since PostgreSQL 10 (commit 510074f) 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
1 parent e8d9caa commit 1f4ec89

File tree

4 files changed

+0
-179
lines changed

4 files changed

+0
-179
lines changed

doc/src/sgml/install-windows.sgml

-47
Original file line numberDiff line numberDiff line change
@@ -486,52 +486,5 @@ $ENV{PERL5LIB}=$ENV{PERL5LIB} . ';c:\IPC-Run-0.94\lib';
486486
</para>
487487
</sect2>
488488

489-
<sect2>
490-
<title>Building the Documentation</title>
491-
492-
<para>
493-
Building the PostgreSQL documentation in HTML format requires several tools
494-
and files. Create a root directory for all these files, and store them
495-
in the subdirectories in the list below.
496-
<variablelist>
497-
<varlistentry>
498-
<term>OpenJade 1.3.1-2</term>
499-
<listitem><para>
500-
Download from
501-
<ulink url="http://sourceforge.net/projects/openjade/files/openjade/1.3.1/openjade-1_3_1-2-bin.zip/download"></ulink>
502-
and uncompress in the subdirectory <filename>openjade-1.3.1</filename>.
503-
</para></listitem>
504-
</varlistentry>
505-
506-
<varlistentry>
507-
<term>DocBook DTD 4.2</term>
508-
<listitem><para>
509-
Download from
510-
<ulink url="http://www.oasis-open.org/docbook/sgml/4.2/docbook-4.2.zip"></ulink>
511-
and uncompress in the subdirectory <filename>docbook</filename>.
512-
</para></listitem>
513-
</varlistentry>
514-
515-
<varlistentry>
516-
<term>ISO character entities</term>
517-
<listitem><para>
518-
Download from
519-
<ulink url="http://www.oasis-open.org/cover/ISOEnts.zip"></ulink> and
520-
uncompress in the subdirectory <filename>docbook</filename>.
521-
</para></listitem>
522-
</varlistentry>
523-
</variablelist>
524-
Edit the <filename>buildenv.pl</filename> file, and add a variable for the
525-
location of the root directory, for example:
526-
<programlisting>
527-
$ENV{DOCROOT}='c:\docbook';
528-
</programlisting>
529-
To build the documentation, run the command
530-
<filename>builddoc.bat</filename>. Note that this will actually run the
531-
build twice, in order to generate the indexes. The generated HTML files
532-
will be in <filename>doc\src\sgml</filename>.
533-
</para>
534-
</sect2>
535-
536489
</sect1>
537490
</chapter>

src/tools/msvc/README

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ arguments.
4747

4848
- User tools -
4949
build.pl tool to build the binaries
50-
builddoc.pl tool to build the docs
5150
clean.bat batch file for cleaning up generated files
5251
install.pl tool to install the generated files
5352
mkvcbuild.pl tool to generate the Visual Studio build files

src/tools/msvc/builddoc.bat

-7
This file was deleted.

src/tools/msvc/builddoc.pl

-124
This file was deleted.

0 commit comments

Comments
 (0)