RE: Improve docs syntax checking and enable it in the meson build - Mailing list pgsql-hackers

From Hayato Kuroda (Fujitsu)
Subject RE: Improve docs syntax checking and enable it in the meson build
Date
Msg-id OS9PR01MB1214965E57FC841553469B54BF577A@OS9PR01MB12149.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: Improve docs syntax checking and enable it in the meson build  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
List pgsql-hackers
Dear Nazir,

Thanks for updating the patch.

> # The actual test is whether postgres_full_xml can be built, as it has a
> # xmllint check and also depends on sgml_check_stamp which performs the
> syntax
> # check.
> test(
>   'doc' / 'sgml_syntax_check',
>   python,
>   args: ['-c', ''],
>   depends: [postgres_full_xml],
>   suite: 'doc',
> )
> 
> and removed the top-level postgres_full_xml target. This should work
> on any platform now. Does that work for you?

FYI, it could work on my env - only doc files were built by `meson test --suit doc` command.

Best regards,
Hayato Kuroda
FUJITSU LIMITED


pgsql-hackers by date:

Previous
From: Andreas Karlsson
Date:
Subject: Re: Comment for UserMappingPasswordRequired in contrib/postgres_fdw
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: [PATCH] Support automatic sequence replication