Skip to content

Commit

Permalink
Makefile: minor nit
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 11, 2012
1 parent 7b71fd0 commit 3ba9519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ [email protected]:~/web/nodejs.org/
Expand Down

0 comments on commit 3ba9519

Please sign in to comment.