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-17 02:02:57 +0400
committerisaacs <i@izs.me>2011-09-17 02:02:57 +0400
commit7ce63c3356ab4c036f0b87cb98d13f89a80f963d (patch)
tree5892a1e31f56ae4912bc020af8d7bd2317fd9471 /Makefile
parent5a13fe2567fdcacb8d68952afee9ccaaf3069267 (diff)
docs include version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5addeecea..efc646b2f 100644
--- a/Makefile
+++ b/Makefile
@@ -51,19 +51,19 @@ doc-clean:
rm $(docs) $(htmldocs)
# use `npm install ronn` for this to work.
-man1/README.1: README.md scripts/doc-build.sh
+man1/README.1: README.md scripts/doc-build.sh package.json
scripts/doc-build.sh $< $@
-man1/%.1: doc/%.md scripts/doc-build.sh
+man1/%.1: doc/%.md scripts/doc-build.sh package.json
scripts/doc-build.sh $< $@
-html/doc/README.html: README.md html/dochead.html html/docfoot.html scripts/doc-build.sh
+html/doc/README.html: README.md html/dochead.html html/docfoot.html scripts/doc-build.sh package.json
scripts/doc-build.sh $< $@
-html/doc/%.html: doc/%.md html/dochead.html html/docfoot.html scripts/doc-build.sh
+html/doc/%.html: doc/%.md html/dochead.html html/docfoot.html scripts/doc-build.sh package.json
scripts/doc-build.sh $< $@
-doc/index.md: $(markdowns) scripts/index-build.js
+doc/index.md: $(markdowns) scripts/index-build.js scripts/doc-build.sh package.json
node scripts/index-build.js > doc/index.md
test: submodules