compt_changesinfo-ops
Last change
on this file since d0912be was
549830d,
checked in by Ted Faber <faber@…>, 14 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 | |
---|
2 | ENAME?=experiment |
---|
3 | |
---|
4 | topdl_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 | |
---|
7 | clean: |
---|
8 | rm -f topdl_stand.xsd |
---|
Note: See
TracBrowser
for help on using the repository browser.