mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Makefile: minor nit
This commit is contained in:
2
Makefile
2
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/
|
||||
|
||||
Reference in New Issue
Block a user