Skip to content

Commit 1048fbc

Browse files
avivkelleraduh95
andauthored
Update Makefile
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 98c38c0 commit 1048fbc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,9 @@ out/doc/apilinks.json: $(wildcard lib/*.js) tools/doc/node_modules | out/doc
932932
) \
933933
fi
934934

935+
doc/node.1:
936+
$(error Please use 'make node.1' instead of 'make $@'.)
937+
935938
.PHONY: node.1
936939
node.1: doc/api/cli.md tools/doc/node_modules
937940
@if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \

0 commit comments

Comments
 (0)