docs-common Makefile.common,1.91,1.92

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Fri Mar 3 20:49:47 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
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.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- Makefile.common	3 Mar 2006 20:46:27 -0000	1.91
+++ Makefile.common	3 Mar 2006 20:49:35 -0000	1.92
@@ -807,7 +807,7 @@
 
 .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::




More information about the docs-commits mailing list