Browse Source

docs: Support a non-verbose output when building the html documentation.

master
Reece H. Dunn 7 years ago
parent
commit
3582aa6aca
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Makefile.am

+ 2
- 1
Makefile.am View File

@@ -77,7 +77,8 @@ distclean-local:
SUFFIXES=.html .md .ronn .check .test

.md.html: _layouts/webpage.html
cat $< | sed -e 's/\.md)/.html)/g' -e 's/\.ronn/.html/g' | \
@echo " MD $@"
@cat $< | sed -e 's/\.md)/.html)/g' -e 's/\.ronn/.html/g' | \
kramdown --template _layouts/webpage.html > $@

.ronn.html:

Loading…
Cancel
Save