diff --git a/Makefile b/Makefile index 1e1264619d24bb..a18082fe20e6a6 100644 --- a/Makefile +++ b/Makefile @@ -897,6 +897,7 @@ $(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json &: $(a -v $(VERSION) \ --index doc/api/index.md \ --type-map doc/type-map.json \ + --index-redirect-url documentation.html \ ) \ fi endif @@ -1256,7 +1257,7 @@ ifneq ($(SKIP_SHARED_DEPS), 1) cp doc/node.1 $(TARNAME)/doc/node.1 cp -r out/doc/api/* $(TARNAME)/doc/api/ endif - sed 's/fileset = fileset.intersection (fileset.gitTracked root)/fileset =/' tools/nix/v8.nix > $(TARNAME)/tools/nix/v8.nix + sed 's/fileset = fileset.intersection (fileset.gitTracked root)/fileset =/' tools/nix/v8.nix > $(TARNAME)/tools/nix/v8.nix $(RM) -r $(TARNAME)/.editorconfig $(RM) -r $(TARNAME)/.git* $(RM) -r $(TARNAME)/.mailmap