root/wsdl/Makefile

Revision 549830d56fc27acc1b6d911c007f426ff031fa1f, 203 bytes (checked in by Ted Faber <faber@…>, 18 months ago)

Set up a makefile to create a standalone version of topdl.xsd (called
topdl_stand.xsd) that can be used to validate topdl files.

validate.py uses lxml to validate such files locally, and fails gracefully without lxml.

  • Property mode set to 100644
Line 
1
2ENAME?=experiment
3
4topdl_stand.xsd: make_topdl_standalone.pl topdl.xsd fedd_types.xsd
5        perl ./make_topdl_standalone.pl fedd_types.xsd topdl.xsd ${ENAME} > topdl_stand.xsd
6
7clean:
8        rm -f topdl_stand.xsd
Note: See TracBrowser for help on using the browser.