validator Makefile,1.10,1.11

Update of /sources/public/validator
In directory hutz:/tmp/cvs-serv8544

Modified Files:
	Makefile 
Log Message:
Add target for generating catalog.xml.

Index: Makefile
===================================================================
RCS file: /sources/public/validator/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	22 Apr 2010 18:54:14 -0000	1.10
+++ Makefile	10 Jun 2010 21:56:58 -0000	1.11
@@ -9,11 +9,14 @@
 
 VALIDATOR_URI = http://localhost/w3c-validator/check
 
-all: htdocs/docs/errors.html
+all: htdocs/docs/errors.html htdocs/sgml-lib/catalog.xml
 
 htdocs/docs/errors.html: misc/docs_errors.pl share/templates/en_US/error_messages.cfg share/templates/en_US/docs_errors.tmpl htdocs/config/validator.conf
 	env W3C_VALIDATOR_HOME=. W3C_VALIDATOR_CFG=htdocs/config/validator.conf misc/docs_errors.pl > $@
 
+htdocs/sgml-lib/catalog.xml: misc/soc2xml.pl htdocs/sgml-lib/xml.soc
+	misc/soc2xml.pl < htdocs/sgml-lib/xml.soc > $@
+
 test:
 	misc/testsuite/harness.py --validator_uri=$(VALIDATOR_URI) run
 

Received on Thursday, 10 June 2010 21:57:02 UTC