source: wsdl/Makefile

Last change on this file was 549830d, checked in by Ted Faber <faber@…>, 13 years 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
File size: 203 bytes
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 repository browser.