Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2019-11-05 21:14:35 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2019-11-05 22:14:36 +0300
commitd3c859883abbdeb0ee6bb93ebb3a980a602dfff4 (patch)
treebfacbca34d62c9b1a4a3348d72c5cd2e181d64ca /Makefile
parent4ff1bb180b1db8c72e51b3d57bd4e268b738e049 (diff)
doc: Move @VERSION@ for html docs into gatsby
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c1f3751b4..11e656c43 100644
--- a/Makefile
+++ b/Makefile
@@ -52,8 +52,6 @@ htmldocs:
cd docs && node ../bin/npm-cli.js install && \
node ../bin/npm-cli.js run build:static echo>&2 && \
rm -rf node_modules .cache public/*js public/*json public/404* public/page-data public/manifest*
- find docs/public -name '*.html' -exec \
- node scripts/docs-build.js {} \;
docs: mandocs htmldocs
@@ -92,7 +90,7 @@ man/man1/npx.1: node_modules/libnpx/libnpx.1
man/man5/npm-json.5: man/man5/package.json.5
cp $< $@
-man/man5/npm-global.5: man/man5/foslders.5
+man/man5/npm-global.5: man/man5/folders.5
cp $< $@
man/man5/%.5: docs/content/configuring-npm/%.md scripts/docs-build.js package.json $(build-doc-tools)