File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1501,13 +1501,13 @@ tools/.manpagelintstamp: doc/node.1 doc/api/cli.md tools/doc/node_modules
15011501 @if [ " $( shell $( node_use_openssl_and_icu) ) " != " true" ]; then \
15021502 echo " Skipping $< verification (no crypto and/or no ICU)" ; \
15031503 else \
1504- $(RM ) -r out /doc/.manpagecheck && \
1504+ $(RM ) -r tools /doc/.manpagecheck && \
15051505 $(call available-node, \
15061506 $(DOC_KIT ) generate \
15071507 -v $(VERSION ) \
15081508 --config-file tools/doc/man-page.doc-kit.config.mjs \
15091509 ) \
1510- if ! diff -u $< out /doc/.manpagecheck/node.1; then \
1510+ if ! diff -u $< tools /doc/.manpagecheck/node.1; then \
15111511 echo ' $< is out of date; run `make node.1` to regenerate it.' >&2 ; \
15121512 exit 1; \
15131513 fi ; \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default {
1212
1313 global : {
1414 input : [ fromRoot ( 'doc/api/cli.md' ) ] ,
15- output : fromRoot ( 'out /doc/.manpagecheck' ) ,
15+ output : fromRoot ( 'tools /doc/.manpagecheck' ) ,
1616
1717 // Point every loadable URL at its local file so no network request is made.
1818 changelog : fromRoot ( 'CHANGELOG.md' ) ,
You can’t perform that action at this time.
0 commit comments