Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

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 e8067cb commit d0365fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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/
Expand Down

0 comments on commit d0365fd

Please sign in to comment.