Re: [PATCH] fix tool list for FreeBSD

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dag-Erling Smørgrav <des(at)des(dot)no>, pgsql-docs(at)postgresql(dot)org
Subject: Re: [PATCH] fix tool list for FreeBSD
Date: 2014-10-20 17:59:31
Message-ID: 54454D83.6000407@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 10/16/14 3:12 PM, Dag-Erling Smørgrav wrote:
> The list of tools required to build the documentation on FreeBSD is
> outdated. The following patch fixes it:
>
> diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml
> index 3cc1d60..9626592 100644
> --- a/doc/src/sgml/docguide.sgml
> +++ b/doc/src/sgml/docguide.sgml
> @@ -219,10 +219,7 @@
> documentation on FreeBSD.
> <itemizedlist>
> <listitem>
> - <para><filename>textproc/sp</filename></para>
> - </listitem>
> - <listitem>
> - <para><filename>textproc/openjade</filename></para>
> + <para><filename>textproc/jade</filename></para>
> </listitem>
> <listitem>
> <para><filename>textproc/iso8879</filename></para>

This replaces openjade by jade. Why? (Arguably, we should recommend
opensp if we're going to suggest openjade.)

> @@ -231,7 +228,7 @@
> <para><filename>textproc/dsssl-docbook-modular</filename></para>
> </listitem>
> <listitem>
> - <para><filename>textproc/docbook-420</filename></para>
> + <para><filename>textproc/docbook-sgml</filename></para>
> </listitem>
> </itemizedlist>
> </para>

That looks correct. We should also remove iso8879, since it's pulled in
by docbook-sgml.

And we should add docbook-xml, docbook-xsl, and libxslt.

Also, the piece about the catalog file not being updated is surely outdated?

Ironically, following the link to the FreeBSD Handbook shows the same
problem: They are linking to textproc/docbook-xml-450, which no longer
exists.

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2014-10-20 18:04:39 9.4 recommendations for archive_command vs. replication slots
Previous Message Dag-Erling Smørgrav 2014-10-16 19:12:00 [PATCH] fix tool list for FreeBSD