Skip to content

Commit bf3c5ba

Browse files
Auto-insert build-status img into readme.
1 parent bfb608b commit bf3c5ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FMT=fmt
55
FMTFLAGS=-80
66
EXPAND=expand
77
EXPANDFLAGS=
8+
BUILDSTATUS=\[\!\[Build Status\]\(http://goo.gl/b6xEQs\)\]\(http://goo.gl/ehNisw)
89

910
all: README.md
1011

@@ -18,4 +19,5 @@ README.md: index.html
1819
| $(FMT) $(FMTFLAGS) \
1920
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/ +(\[[0-9]+\]:)\s+/\n $$1 /g' \
2021
| $(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' \
2123
| $(EXPAND) $(EXPANDFLAGS) > $@

0 commit comments

Comments
 (0)