comps Makefile,1.10,1.11

Bill Nottingham notting at fedoraproject.org
Wed Sep 10 22:54:59 UTC 2008


Author: notting

Update of /cvs/extras/comps
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3860

Modified Files:
	Makefile 
Log Message:
Fix validate target.



Index: Makefile
===================================================================
RCS file: /cvs/extras/comps/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile	10 Sep 2008 20:24:08 -0000	1.10
+++ Makefile	10 Sep 2008 22:54:29 -0000	1.11
@@ -9,8 +9,8 @@
 clean:
 	@rm -fv *~ *.xml
 
-validate: $(FILES) comps.rng
-	for f in $(FILES); do xmllint --noout --relaxng comps.rng $$f; done
+validate: $(XMLFILES) comps.rng
+	for f in $(XMLFILES); do xmllint --noout --relaxng comps.rng $$f; done
 
 %.xml: %.xml.in
 	@python -c 'import libxml2; libxml2.parseFile("$<")'




More information about the fedora-extras-commits mailing list