summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--Makefile.common2
-rw-r--r--common/entities/entities.pot2
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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"