summaryrefslogtreecommitdiff
path: root/javascript/WebIDL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/WebIDL/Makefile')
-rw-r--r--javascript/WebIDL/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/javascript/WebIDL/Makefile b/javascript/WebIDL/Makefile
index e7647e2a1..6319bbddd 100644
--- a/javascript/WebIDL/Makefile
+++ b/javascript/WebIDL/Makefile
@@ -21,6 +21,7 @@ all: dom.idl html.idl uievents.idl
.INTERMEDIATE:dom-spec.html dom-spec.xml dom-idl.html
.INTERMEDIATE:html-spec.html html-spec.xml html-idl.html
.INTERMEDIATE:uievents-spec.html uievents-spec.xml uievents-idl.html
+.INTERMEDIATE:urlutils-spec.html urlutils-spec.xml urlutils-idl.html
dom-spec.html:
curl -s https://dom.spec.whatwg.org/ -o $@
@@ -31,6 +32,9 @@ html-spec.html:
uievents-spec.html:
curl -s http://www.w3.org/TR/uievents/ -o $@
+urlutils-spec.html:
+ curl -s https://url.spec.whatwg.org/ -o $@
+
%-spec.xml: %-spec.html
-tidy -q -f $@.errors --new-blocklevel-tags header,hgroup,figure,time,main,nav,svg,rect,text,image,mark,figcaption,section -o $@ -asxml $<