summaryrefslogtreecommitdiff
path: root/javascript/WebIDL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/WebIDL/Makefile')
-rw-r--r--javascript/WebIDL/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/javascript/WebIDL/Makefile b/javascript/WebIDL/Makefile
index d53446a15..f5cd6fc2a 100644
--- a/javascript/WebIDL/Makefile
+++ b/javascript/WebIDL/Makefile
@@ -1,9 +1,13 @@
#!/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
+#
+# 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 debin packages: curl w3m tidy html-xml-utils
#