summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-07-09 17:43:02 -0700
committerisaacs <i@izs.me>2012-08-04 10:13:06 -0700
commit7e6dea460190b56db57a0927f6998fd06f41916d (patch)
treedbb91c952407fa4230e52a636bbb7c8f203048ee
parentc527366caa41b924c7ee743d6b5955ee25244493 (diff)
downloadnode-v0.6.tar.gz
build: Regenerate docs for tarball and releasesv0.6
Related: https://twitter.com/kapeli/status/222477400880070658
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2d01225af..bc2d49b37 100644
--- a/Makefile
+++ b/Makefile
@@ -120,19 +120,19 @@ $(apidoc_dirs):
out/doc/api/assets/%: doc/api_assets/% out/doc/api/assets/
cp $< $@
-out/doc/changelog.html: ChangeLog doc/changelog-head.html doc/changelog-foot.html tools/build-changelog.sh
+out/doc/changelog.html: ChangeLog doc/changelog-head.html doc/changelog-foot.html tools/build-changelog.sh node
bash tools/build-changelog.sh
-out/doc/%.html: doc/%.html
+out/doc/%.html: doc/%.html node
cat $< | sed -e 's|__VERSION__|'$(VERSION)'|g' > $@
out/doc/%: doc/%
cp -r $< $@
-out/doc/api/%.json: doc/api/%.markdown
+out/doc/api/%.json: doc/api/%.markdown node
out/Release/node tools/doc/generate.js --format=json $< > $@
-out/doc/api/%.html: doc/api/%.markdown
+out/doc/api/%.html: doc/api/%.markdown node
out/Release/node tools/doc/generate.js --format=html --template=doc/template.html $< > $@
email.md: ChangeLog tools/email-footer.md
@@ -207,7 +207,7 @@ $(PKG):
--doc tools/osx-pkg.pmdoc \
--out $(PKG)
-$(TARBALL): node out/doc
+$(TARBALL): node doc
@if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \
exit 0 ; \
else \