@@ -486,52 +486,5 @@ $ENV{PERL5LIB}=$ENV{PERL5LIB} . ';c:\IPC-Run-0.94\lib';
486
486
</para>
487
487
</sect2>
488
488
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
-
536
489
</sect1>
537
490
</chapter>
0 commit comments