summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-05-14 16:14:12 -0700
committerisaacs <i@izs.me>2012-05-14 17:29:47 -0700
commit8068f9bf3883bcf2768d47fe885961a0223e0c45 (patch)
tree576fd6bc5a35ffb0093df322a67fbab0c0404492 /Makefile
parent14a5b45c06c327c838d93130cdfeec03e8fad1fb (diff)
downloadnode-8068f9bf3883bcf2768d47fe885961a0223e0c45.tar.gz
Escape leading # signs in 'make email.md'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acc957dda..cce1857a1 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ out/doc/api/%.html: doc/api/%.markdown
out/Release/node tools/doc/generate.js --format=html --template=doc/template.html $< > $@
email.md: ChangeLog tools/email-footer.md
- bash tools/changelog-head.sh > $@
+ bash tools/changelog-head.sh | sed 's|^\* #|* \\#|g' > $@
cat tools/email-footer.md | sed -e 's|__VERSION__|'$(VERSION)'|g' >> $@
blog.html: email.md