Makefile: minor nit
authorisaacs <i@izs.me>
Wed, 11 Apr 2012 01:22:42 +0000 (18:22 -0700)
committerisaacs <i@izs.me>
Wed, 11 Apr 2012 01:22:42 +0000 (18:22 -0700)
Makefile

index 1cb860f560d36d5239ed455bc1dfe166f6d14b0b..f7fd45638d74bef7e8f7cf5396bb1be1a30284cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,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/