Opened 14 years ago

Closed 14 years ago

#736 closed defect (fixed)

Error generating documentation

Reported by: aperi2007 Owned by: pracine
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: master
Keywords: Cc:

Description

Hi,

An error occur when try to generate the documentation

.... cat postgis.xml | sed "s/@@LAST_RELEASE_VERSION@@/2.0.0SVN/g" > postgis-out.xml /usr/bin/xsltproc --param section.autolabel 1 --param section.label.includes.component.label 1 --param chunk.section.depth 0 --param generate.section.toc.level 1 --param funcsynopsis.style ansi --param admon.graphics 1 --param admon.textlabel 0 --param simplesect.in.toc 0 --param use.id.as.filename 1 --param chunk.quietly 1 --stringparam html.stylesheet style.css \

--output html/postgis.html \ /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl \ postgis-out.xml

ERROR: xref linking to RT_ST_Box2D has no generated link text. Error: no ID for constraint linkend: RT_ST_Box2D. ERROR: xref linking to RT_ST_Box2D has no generated link text. Error: no ID for constraint linkend: RT_ST_Box2D. ERROR: xref linking to RT_ST_Box2D has no generated link text. Error: no ID for constraint linkend: RT_ST_Box2D. make[1]: Leaving directory `/home/postgres/software/postgis/postgis-2.0.0SVN/doc' postgres@deb:~/software/postgis/postgis-2.0.0SVN$ ls ../ .....

Andrea.

Change History (2)

comment:1 by robe, 14 years ago

Andrea,

Are you still having this problem. I thought I fixed this earlier, but hard for me to tell since I don't have the docbook setup.

comment:2 by aperi2007, 14 years ago

Resolution: fixed
Status: newclosed

Yes, the problem is fixed.

Note: See TracTickets for help on using tickets.