summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-28 21:52:01 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-28 21:52:01 +0000
commite9f85a8bcda03ec8f0dc8de216eafde8092be921 (patch)
treed62ebbc1f20c791d1a185d8cde6392474da84670
parent23eb7aa5bcede01696366fd503a6ac852dcff6f8 (diff)
downloadfedora-doc-utils-e9f85a8bcda03ec8f0dc8de216eafde8092be921.tar.gz
fedora-doc-utils-e9f85a8bcda03ec8f0dc8de216eafde8092be921.tar.xz
fedora-doc-utils-e9f85a8bcda03ec8f0dc8de216eafde8092be921.zip
Include "${1}/fdp-info.xml" as a prerequisite to validation.
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index b1fe650..7035208 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -776,7 +776,7 @@ $(foreach L,${PRI_LANG} ${OTHERS},$(eval $(call LOCALE_template,${L})))
define VALIDATE_template
.PHONY: validate-xml-${1}
-validate-xml-${1}: ${XMLFILES-${1}}
+validate-xml-${1}: ${XMLFILES-${1}} ${1}/fdp-info.xml
${XMLLINT} --noout --xinclude --postvalid ${1}/${DOCBASE}.xml
help::