We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ee87d commit 953520dCopy full SHA for 953520d
Makefile
@@ -838,6 +838,10 @@ out/doc/api: doc/api
838
# Using grouped targets (&:) so Make knows one command produces all outputs
839
ifeq ($(OSTYPE),aix)
840
# TODO(@nodejs/web-infra): AIX is currently hanging during HTML minification
841
+$(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json:
842
+ @echo "Skipping $@ (not currently supported by $(OSTYPE) machines)"
843
+else ifeq ($(OSTYPE),os400)
844
+# TODO(@nodejs/web-infra): IBMi is currently hanging during HTML minification
845
$(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json:
846
@echo "Skipping $@ (not currently supported by $(OSTYPE) machines)"
847
else
0 commit comments