projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8067cb
)
Makefile: minor nit
author
isaacs
<i@izs.me>
Wed, 11 Apr 2012 01:22:42 +0000
(18:22 -0700)
committer
isaacs
<i@izs.me>
Wed, 11 Apr 2012 01:22:42 +0000
(18:22 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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/