summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-03 20:49:35 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-03 20:49:35 +0000
commiteb99359667158d999d8a7403397bd650a1620e6f (patch)
tree55f1745f82c2dcbc05cf31bd7a0cbf19fb42f23c /Makefile.common
parent8cc1fc3c55d1996367b7b339777c6679b06d25c9 (diff)
downloadfedora-doc-utils-eb99359667158d999d8a7403397bd650a1620e6f.tar.gz
fedora-doc-utils-eb99359667158d999d8a7403397bd650a1620e6f.tar.xz
fedora-doc-utils-eb99359667158d999d8a7403397bd650a1620e6f.zip
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.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 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::