docs-common Makefile.common,1.148,1.149

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Mar 24 19:47:52 UTC 2007


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29365

Modified Files:
	Makefile.common 
Log Message:
- Don't use set-locale anymore since we don't link entities now (too
  XML-fragile)
- Add FDPCOMMONDIR to showvars target for debugging purposes



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- Makefile.common	22 Mar 2007 13:02:53 -0000	1.148
+++ Makefile.common	24 Mar 2007 19:47:50 -0000	1.149
@@ -266,6 +266,7 @@
 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 @@
 
 .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::




More information about the Fedora-docs-commits mailing list