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>2011-09-09 00:32:07 +0400
committerisaacs <i@izs.me>2011-09-09 00:32:07 +0400
commit39f91ea20f33c9e434912f28a127f8b9c8580664 (patch)
treee48258c2d1c209310365d87582b89968d1cb3431 /Makefile
parent479dc6462a1d7e91022ff2b5f98a47c4127e624b (diff)
Add man1/index.1 to build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index baea2f9f5..5addeecea 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ docs = $(shell find doc -name '*.md' \
|grep -v 'index' \
|sed 's|.md|.1|g' \
|sed 's|doc/|man1/|g' ) \
- man1/README.1
+ man1/README.1 \
+ man1/index.1
htmldocs = $(shell find doc -name '*.md' \
|sed 's|.md|.html|g' \