# HG changeset patch # User fabien # Date 1138312298 18000 # Node ID 1eccaaededbe88f36ef186149069b2377ec94db6 # Parent a073c44493841fca9fd596e9a833b37aaff64e03 [svn] r2249@freebird: fabien | 2006-01-26 16:34:55 -0500 New validation rule with a modified xmllint. diff -r a073c4449384 -r 1eccaaededbe Makefile --- a/Makefile Thu Jan 26 16:51:15 2006 -0500 +++ b/Makefile Thu Jan 26 16:51:38 2006 -0500 @@ -11,9 +11,7 @@ TARGETS=jeuderologie rpgtheory $(FR_ARTICLES) $(EN_ARTICLES) $(UNPUBLISHED) HTML_FILES=index.en.html index.fr.html SGML_CATALOG_FILES=/etc/sgml/catalog -xml_validate=xmllint --xinclude $(1) | \ - sed -e 's/\(xmlns:xi\|xml:base\)="[^"]*"//g' | \ - xmllint --valid --noout - 2>&1 | sed 's/^-:/$(1):/' +xml_validate=xmllint --xinclude --postvalid --noout $(1) html_validate=true make_subdir= \