From 0d1722f8b52bd1d74de6e4f2a0ecceec72afe30e Mon Sep 17 00:00:00 2001 From: boyska Date: Fri, 21 Jan 2022 00:45:36 +0100 Subject: [PATCH] drop shows.xsd --- Makefile | 3 +-- shows.xsd | 26 -------------------------- spec.asciidoc | 2 -- 3 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 shows.xsd 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.