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:26:55 +0400
committerisaacs <i@izs.me>2011-09-09 00:26:55 +0400
commitcc3418565955a061561771b4f3947f3026904ca5 (patch)
treef3d9d70794161fda754fb443d53dc73af5862b37 /Makefile
parent69c87edce797d100fb774f7c96ec95276aabd6ec (diff)
doc/index.md depends on readme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5db42598b..4dbdf01d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
SHELL = bash
-markdowns = $(shell find doc -name '*.md' | grep -v 'index')
+markdowns = $(shell find doc -name '*.md' | grep -v 'index') README.md
docs = $(shell find doc -name '*.md' \
|grep -v 'index' \