[PATCH] fix fdi DTD and validate fdi's

Danny Kukawka danny.kukawka at web.de
Tue Dec 13 07:08:04 PST 2005


On Tuesday 13 December 2005 01:48, Artem Kachitchkine wrote:
> Sorry folks that I messed up distcheck, will be more diligent next time.
>
> Depending on HAL's policy towards fancy gmake features, the patch could
> have simply been:
>
> -    xmllint --noout --dtdvalid $(top_srcdir)/fdi/fdi.dtd $(dist_fdi_DATA)
> +    xmllint --noout --dtdvalid $(top_srcdir)/fdi/fdi.dtd $(addprefix
> $(srcdir)/, $(dist_fdi_DATA))
>
> I can prepare a patch, if you think it's worth it.

This works also, but we can let this also as it now is. 

I know the current check is much bigger (because of redirect and parse output 
of xmllint), but you get now 'o.k.' for each valid file and a better formated 
output if the check fails.

Cheers,

Danny


More information about the hal mailing list