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-04 22:21:30 +0400
committerisaacs <i@izs.me>2011-09-04 22:21:30 +0400
commit32f2673e00ddf0714c4a43a4a31d9d8cab981ab8 (patch)
tree70956b6aa420948f060160269d946b61dfb7d6a6 /Makefile
parent023bb497fa410d900fdd8a68b9b759806db5aa42 (diff)
Add README as proper html/manpage doc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 937c889f4..2c2ad4be7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ SHELL = bash
docs = $(shell find doc -name '*.md' \
|sed 's|.md|.1|g' \
- |sed 's|doc/|man1/|g' )
+ |sed 's|doc/|man1/|g' ) man1/README.1
htmldocs = $(shell find doc -name '*.md' \
|sed 's|.md|.html|g' \