[postgis-devel] External Doc Deps

Paragon Corporation lr at pcorp.us
Tue Nov 20 21:09:41 PST 2012


Then again you could be right. Maybe it always downloads the dtd from web
for validation. Is there a reason we need to validate the DTD aside from
building the PDF/HTML which even there is questionable.
I'd just assume have a separate validate make check or something. We
definitely don't need it for comments building which is the only reason
standard make check needs to touch the xml files.


I assume it's these lines in the doc/Makefile.in

ifeq ($(XMLLINT),)
check: requirements_not_met_xmllint
else
check: $(XML_INPUTS)
	$(XMLLINT) --loaddtd --xinclude --valid postgis-out.xml > /dev/null
endif 

-----Original Message-----
From: postgis-devel-bounces at lists.osgeo.org
[mailto:postgis-devel-bounces at lists.osgeo.org] On Behalf Of Paragon
Corporation
Sent: Tuesday, November 20, 2012 11:54 PM
To: 'PostGIS Development Discussion'
Subject: Re: [postgis-devel] External Doc Deps

Hmm -- she has docbook installed so she shouldn't need to pull it.  Winnie
has docbook installed as well.  It was just the mathml part I couldn't
figure out how to install.

I'll check on her.  Might just need to restart the jenkins service.  I think
I've seen some other peculiar stuff suggesting memory leak in jenkins.

-----Original Message-----
From: postgis-devel-bounces at lists.osgeo.org
[mailto:postgis-devel-bounces at lists.osgeo.org] On Behalf Of Paul Ramsey
Sent: Tuesday, November 20, 2012 7:51 PM
To: PostGIS Development Discussion
Subject: [postgis-devel] External Doc Deps

Builds are still transiently failing due to external DTDs, I think.
Without MML things are better, but we still have this one:


<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
                    "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
[


I think debbie is currently failing because she can't get to it (could be
wrong).

P.
_______________________________________________
postgis-devel mailing list
postgis-devel at lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel


_______________________________________________
postgis-devel mailing list
postgis-devel at lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel





More information about the postgis-devel mailing list