Re: make html fails on a clean ubuntu

From: Idan Kamara <idankk86(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: make html fails on a clean ubuntu
Date: 2016-04-21 21:42:21
Message-ID: CAMz0A7k-9tN8EQFc_=bv-zzeBGOYqdt8HHRP6w1TrL+jN_8bzg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Thu, Apr 21, 2016 at 2:32 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Idan Kamara <idankk86(at)gmail(dot)com> writes:
> > I'm trying to build the docs (at commit 9c75e1), but getting back a spew of
> > errors from `jade` (attached), which I'm having a hard time deciphering.
>
> I think the relevant error is the first one:
>
> > jade:postgres.sgml:3:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V4.2//EN"
>
> You don't have the docbook DTD installed, I suspect. There's some info
> in our docs about which packages need to be installed to build the docs,
> though I do not know if it's entirely up-to-date.

Yeah, I think it's all here
http://www.postgresql.org/docs/9.5/static/docguide-toolsets.html

I hadn't seen that before and jumped directly to
http://www.postgresql.org/docs/9.5/static/docguide-build.html

Thanks.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Idan Kamara 2016-04-22 04:56:35 Adding a custom tag to sgml files
Previous Message Tom Lane 2016-04-21 21:32:49 Re: make html fails on a clean ubuntu