summaryrefslogtreecommitdiff
path: root/javascript/WebIDL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/WebIDL/Makefile')
-rw-r--r--javascript/WebIDL/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/javascript/WebIDL/Makefile b/javascript/WebIDL/Makefile
index 1f9abeca2..e7647e2a1 100644
--- a/javascript/WebIDL/Makefile
+++ b/javascript/WebIDL/Makefile
@@ -1,11 +1,15 @@
#!/bin/make
#
# Create the WebIDL for core DOM and HTML spec directly from
-# downloaded specifications. The resulting IDL is pretty close but
-# carries the example text etc. and should be manually cleaned up and
-# tagged with the retrival date and source URL
+# downloaded specifications. The resulting IDL is pretty close but
+# should be manually cleaned up and tagged with the retrival date and
+# source URL
#
-# needs debin packages: curl w3m tidy html-xml-utils
+# The dom spec has an index on the end that contains all the IDL a
+# second time! be aware htis needs removing or your IDL will have two
+# copies of all interfaces which is bad.
+#
+# needs debian packages: curl w3m tidy html-xml-utils
#
# Copyright 2012 Vincent Sanders
# MIT licenced