make html fails on a clean ubuntu - Mailing list pgsql-docs

From Idan Kamara
Subject make html fails on a clean ubuntu
Date
Msg-id CAMz0A7nw4Z49CGgc5YcpW3HJQP5y1nE=m+kHUWB0xnfR651ojQ@mail.gmail.com
Whole thread Raw
Responses Re: make html fails on a clean ubuntu  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
Hi folks,

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 did a clone from https://github.com/postgres/postgres and ran these commands:

$ ./configure
$ cd doc/src/sgml
$ make html
<output attached>

Information about the system:

$ uname -a
Linux ubuntu-14 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$ jade -v
jade:I: Jade version "1.2.1"
jade:I: SP version "1.3.4"
jade:<OSFD>0:1:0:E: end of document in prolog
jade:E: no DSSSL specification: use -d to specify
$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for x86_64-pc-linux-gnu
--

Did I miss anything obvious? Thanks.
Attachment

pgsql-docs by date:

Previous
From: Alexander Law
Date:
Subject: Re: Docbook 5.x
Next
From: Tom Lane
Date:
Subject: Re: make html fails on a clean ubuntu