From eb99359667158d999d8a7403397bd650a1620e6f Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Fri, 3 Mar 2006 20:49:35 +0000 Subject: When validating XML, be sure to include the dependent files such as ${1}/fdp-info.xml and ${1}/${DOC_ENTITIES}.ent so there is actually a hope of the XML validating. --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 64c8faa..fb9bdd2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -807,7 +807,7 @@ define VALIDATE_template .PHONY: validate-xml-${1} -validate-xml-${1}:: ${XMLFILES-${1}} ${1}/fdp-info.xml set-locale-${1} +validate-xml-${1}:: ${XMLFILES-${1}} ${XMLDEPFILES-${1}} set-locale-${1} ${XMLLINT} --noout --xinclude --postvalid ${1}/${DOCBASE}.xml help:: -- cgit