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>2013-07-12 02:25:29 +0400
committerisaacs <i@izs.me>2013-07-12 02:26:37 +0400
commit91206443ed181900c409c519e08700039eae8daf (patch)
treee6b4623f48ed6df00e7dc5b7605e85455c84ed59 /Makefile
parentef05f25b4d4015ce761212e788bd58a2a4224cd1 (diff)
doc: Build index as 'npm-index.md'
Otherwise, we end up creating 'man 7 index' which is weird.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f24e6d085..48574affb 100644
--- a/Makefile
+++ b/Makefile
@@ -112,10 +112,10 @@ man/man5/%.5: doc/files/%.md scripts/doc-build.sh package.json
@[ -d man/man5 ] || mkdir -p man/man5
scripts/doc-build.sh $< $@
-doc/misc/index.md: scripts/index-build.js package.json
+doc/misc/npm-index.md: scripts/index-build.js package.json
node scripts/index-build.js > $@
-html/doc/index.html: doc/misc/index.md $(html_docdeps)
+html/doc/index.html: doc/misc/npm-index.md $(html_docdeps)
@[ -d html/doc ] || mkdir -p html/doc
scripts/doc-build.sh $< $@