Makefile: minor nit

This commit is contained in:
isaacs
2012-04-10 18:22:42 -07:00
parent 7b71fd0c68
commit 3ba9519faf

View File

@@ -142,7 +142,7 @@ email.md: ChangeLog tools/email-footer.md
cat tools/email-footer.md | sed -e 's|__VERSION__|'$(VERSION)'|g' >> $@
blog.html: email.md
cat $< | node tools/doc/node_modules/.bin/marked > $@
cat $< | ./node tools/doc/node_modules/.bin/marked > $@
website-upload: doc
rsync -r out/doc/ node@nodejs.org:~/web/nodejs.org/