Re: split func.sgml to separated individual sgml files - Mailing list pgsql-hackers

From Tom Lane
Subject Re: split func.sgml to separated individual sgml files
Date
Msg-id 1156367.1759436162@sss.pgh.pa.us
Whole thread Raw
In response to Re: split func.sgml to separated individual sgml files  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes:
> I suspect what you're really after here is the functionality of the 
> check-tabs and check-nbsp targets.  So the new Perl script really just 
> has to cover those two and doesn't have to bother with xmllint.  And 
> then you just call that script as part of the postgres-full.xml target.

Yeah, that's what I was imagining: replace the xmllint call in
postgres-full.xml with this new script that will also run the
tab/nbsp checks.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: split func.sgml to separated individual sgml files
Next
From: Nathan Bossart
Date:
Subject: disallow big-endian on aarch64