summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2018-09-02 10:23:13 -0400
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-09-05 12:46:51 +0200
commit441391b9ebb1dda7721c1b0ce6b700b45c598b2b (patch)
treef195847ac70aa324abb6d6b8271ded2138e48b9d /Makefile
parentd4cdb2ce662e9521d0671058a0f129ccad3f7e03 (diff)
downloadandroid-node-v8-441391b9ebb1dda7721c1b0ce6b700b45c598b2b.tar.gz
android-node-v8-441391b9ebb1dda7721c1b0ce6b700b45c598b2b.tar.bz2
android-node-v8-441391b9ebb1dda7721c1b0ce6b700b45c598b2b.zip
tools: add [src] links to async_hooks.html
handle ES2015 Class, contructor, and instance methods unrelated: update Makefile so that generated HTML is out of date whenever tools/doc/apilinks.js is updated. PR-URL: https://github.com/nodejs/node/pull/22656 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 50c5e2ed90..7f9a57804b 100644
--- a/Makefile
+++ b/Makefile
@@ -653,10 +653,12 @@ out/apilinks.json: $(wildcard lib/*.js) tools/doc/apilinks.js
$(call available-node, $(gen-apilink))
out/doc/api/%.json out/doc/api/%.html: doc/api/%.md tools/doc/generate.js \
- tools/doc/html.js tools/doc/json.js | out/apilinks.json
+ tools/doc/html.js tools/doc/json.js tools/doc/apilinks.js | \
+ out/apilinks.json
$(call available-node, $(gen-api))
-out/doc/api/all.html: $(apidocs_html) tools/doc/allhtml.js
+out/doc/api/all.html: $(apidocs_html) tools/doc/allhtml.js \
+ tools/doc/apilinks.js
$(call available-node, tools/doc/allhtml.js)
out/doc/api/all.json: $(apidocs_json) tools/doc/alljson.js