summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-04-10 18:22:42 -0700
committerisaacs <i@izs.me>2012-04-10 18:34:57 -0700
commit3ba9519fafbbb765875db1ec4a5656d37cd34199 (patch)
tree4390c4f574ef4759491525d0cec386be4e8abfcc /Makefile
parent7b71fd0c68ae103d77dbc11fb7ac87218626e3fd (diff)
downloadnode-3ba9519fafbbb765875db1ec4a5656d37cd34199.tar.gz
Makefile: minor nit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9450fbfa2..cd388aabf 100644
--- a/Makefile
+++ b/Makefile
@@ -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/