We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb608b commit bf3c5baCopy full SHA for bf3c5ba
Makefile
@@ -5,6 +5,7 @@ FMT=fmt
5
FMTFLAGS=-80
6
EXPAND=expand
7
EXPANDFLAGS=
8
+BUILDSTATUS=\[\!\[Build Status\]\(http://goo.gl/b6xEQs\)\]\(http://goo.gl/ehNisw)
9
10
all: README.md
11
@@ -18,4 +19,5 @@ README.md: index.html
18
19
| $(FMT) $(FMTFLAGS) \
20
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/ +(\[[0-9]+\]:)\s+/\n $$1 /g' \
21
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/(\n\n\n)+/\n\n/g' \
22
+ | $(PERL) $(PERLFLAGS) -pe 's|(# The Nu Markup Checker \(v.Nu\))|$$1 $(BUILDSTATUS)|g' \
23
| $(EXPAND) $(EXPANDFLAGS) > $@
0 commit comments