Skip to content

Commit

Permalink
Remove coveralls.io badge when generating HTML/PDF docs
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarnes committed Dec 3, 2015
1 parent 3faa302 commit 9a88615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/doc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ README.html: README.md doc/template.html doc/style.css.inc
$(PANDOC) -S --toc --template $(word 2, $^) -H $(word 3, $^) -o $@ $<

README.pdf: doc/metadata.yml README.md
sed '/^\[!\[Build Status/d' $^ | \
sed '/^\[!\[/d' $^ | \
$(PANDOC) --toc -M date='$(DATE)' -V geometry:margin=3.5cm -o $@

doc/style.css.inc: doc/style.css
Expand Down

0 comments on commit 9a88615

Please sign in to comment.