From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org> |
Cc: | Andres Freund <andres(at)anarazel(dot)de> |
Subject: | INSTALL.html build error |
Date: | 2018-03-29 11:55:37 |
Message-ID: | 20180329115537.GA10924@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
I see the following build error in git head:
$ make INSTALL.html
/usr/bin/xmllint --noout --valid INSTALL.xml
INSTALL.xml:721: element xref: validity error : IDREF attribute linkend references an unknown ID "jit"
Makefile:115: recipe for target 'INSTALL.html' failed
make: *** [INSTALL.html] Error 4
There are restrictions on what the INSTALL file can reference. It is
explained in installation.sgml:
The standalone version has some portions that are different from the
version that is integrated into the full documentation set, in
particular as regards links, so that INSTALL.html can be created without
links to the main documentation. See standalone-profile.xsl for
details.
and standalone-profile.xsl has:
To omit something in the stand-alone INSTALL file, give the element a
condition="standalone-ignore" attribute.
I have fixed it by using "standalone-ignore" in the attached, applied
patch.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
Attachment | Content-Type | Size |
---|---|---|
xml.diff | text/x-diff | 1.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-03-29 13:40:58 | Re: Blanks in the first line before the first word in the code boxes |
Previous Message | Magnus Hagander | 2018-03-29 10:14:45 | Re: Blanks in the first line before the first word in the code boxes |