[v9_10] fix building of markdown output on docs

This commit is contained in:
Evan Hunt 2017-04-26 16:20:29 -07:00
parent 1376fb702f
commit 420b577d0b

View file

@ -99,15 +99,15 @@ test-force:
exit $$status
README: README.md
${PANDOC} --email-obfuscation=none -s -t html $< | \
${PANDOC} --email-obfuscation=none -s -t html README.md | \
${W3M} -dump -cols 75 -O ascii -T text/html > $@
HISTORY: HISTORY.md
${PANDOC} --email-obfuscation=none -s -t html $< | \
${PANDOC} --email-obfuscation=none -s -t html HISTORY.md | \
${W3M} -dump -cols 75 -O ascii -T text/html > $@
OPTIONS: OPTIONS.md
${PANDOC} --email-obfuscation=none -s -t html $< | \
${PANDOC} --email-obfuscation=none -s -t html OPTIONS.md | \
${W3M} -dump -cols 75 -O ascii -T text/html > $@
unit::