summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 0ef143a..c94444d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -266,6 +266,7 @@ distclean:: clean
showvars::
@echo "XMLFILES=\"${XMLFILES-${PRI_LANG}}\""
@echo "XMLDEPFILES=\"${XMLDEPFILES-${PRI_LANG}}\""
+ @echo "FDPCOMMONDIR=\"${FDPCOMMONDIR}\""
#########################################################################
# Obtain the document version and release info for building RPM's
@@ -1061,7 +1062,7 @@ define VALIDATE_template
.PHONY: validate-xml-${1}
-validate-xml-${1}:: set-locale-${1} ${XMLFILES-${1}} ${XMLDEPFILES-${1}}
+validate-xml-${1}:: ${XMLFILES-${1}} ${XMLDEPFILES-${1}}
${XMLLINT} --noout --xinclude --postvalid ${1}/${DOCBASE}.xml
help::