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 +- common/entities/entities.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:: diff --git a/common/entities/entities.pot b/common/entities/entities.pot index 23f57f5..b21b333 100644 --- a/common/entities/entities.pot +++ b/common/entities/entities.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2006-03-02 18:04-0600\n" +"POT-Creation-Date: 2006-03-03 10:22-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- cgit