From 420b577d0b44a9782b8fec7b8f9cf5973437ae0f Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 26 Apr 2017 16:20:29 -0700 Subject: [PATCH] [v9_10] fix building of markdown output on docs --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9ba18d1c05..95adedd98c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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::