docs-common Makefile.common,1.78,1.79

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Feb 28 21:52:08 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Include "${1}/fdp-info.xml" as a prerequisite to validation.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- Makefile.common	28 Feb 2006 21:47:49 -0000	1.78
+++ Makefile.common	28 Feb 2006 21:52:01 -0000	1.79
@@ -776,7 +776,7 @@
 define	VALIDATE_template
 .PHONY:	validate-xml-${1}
 
-validate-xml-${1}: ${XMLFILES-${1}}
+validate-xml-${1}: ${XMLFILES-${1}} ${1}/fdp-info.xml
 	${XMLLINT} --noout --xinclude --postvalid ${1}/${DOCBASE}.xml
 
 help::




More information about the Fedora-docs-commits mailing list