summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-03-24 19:47:50 +0000
committerPaul W. Frields <stickster@gmail.com>2007-03-24 19:47:50 +0000
commitf0ee67be337115344973f4f65a0bfde0e9c0bf06 (patch)
tree1bb0ea66b454869f6c631710eb1aba4d4436746b /Makefile.common
parentf501efe5942297f072d447186fcfc71b2500f734 (diff)
downloadfedora-doc-utils-f0ee67be337115344973f4f65a0bfde0e9c0bf06.tar.gz
fedora-doc-utils-f0ee67be337115344973f4f65a0bfde0e9c0bf06.tar.xz
fedora-doc-utils-f0ee67be337115344973f4f65a0bfde0e9c0bf06.zip
- Don't use set-locale anymore since we don't link entities now (too
XML-fragile) - Add FDPCOMMONDIR to showvars target for debugging purposes
Diffstat (limited to 'Makefile.common')
-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::