Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1atMDs-0004m6-N0 for pgsql-docs@arkaria.postgresql.org; Thu, 21 Apr 2016 21:33:16 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1atMDs-0000l4-9n for pgsql-docs@arkaria.postgresql.org; Thu, 21 Apr 2016 21:33:16 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1atMDV-0008Nl-Ib for pgsql-docs@postgresql.org; Thu, 21 Apr 2016 21:32:53 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1atMDT-0005Mr-5S for pgsql-docs@postgresql.org; Thu, 21 Apr 2016 21:32:52 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id u3LLWnkw022641; Thu, 21 Apr 2016 17:32:49 -0400 From: Tom Lane To: Idan Kamara cc: pgsql-docs@postgresql.org Subject: Re: make html fails on a clean ubuntu In-reply-to: References: Comments: In-reply-to Idan Kamara message dated "Wed, 20 Apr 2016 20:48:14 -0700" Date: Thu, 21 Apr 2016 17:32:49 -0400 Message-ID: <22640.1461274369@sss.pgh.pa.us> X-Pg-Spam-Score: -2.9 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Idan Kamara 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. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs