diff --git a/Makefile b/Makefile index 54a562c..b32c8e9 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,10 @@ testXMLs := $(shell find shows radio-manifest -type f -name '*.xml') %.html: %.asciidoc asciidoctor -b html5 $< -radiomanifest.zip: radio-manifest.xsd shows.xsd radio-manifest/Makefile shows/Makefile $(testXMLs) +radiomanifest.zip: radio-manifest.xsd radio-manifest/Makefile shows/Makefile $(testXMLs) zip -r $@ $^ test: - make -C shows/ make -C radio-manifest/ .PHONY: all diff --git a/shows.xsd b/shows.xsd deleted file mode 100644 index 29ea39c..0000000 --- a/shows.xsd +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/spec.asciidoc b/spec.asciidoc index 9c36611..1cb8ffa 100644 --- a/spec.asciidoc +++ b/spec.asciidoc @@ -129,8 +129,6 @@ Here is an example: -(XXX: Schema XSD is yet to be written) - Only ``show:name`` is required, though parsers are invited to apply the Postel law and read the parent ``title`` element.