From: Evan Hunt Date: Wed, 26 Apr 2017 23:19:57 +0000 (-0700) Subject: [master] fix building of markdown output on docs X-Git-Tag: v9.12.0a1~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bbdd467e7b6e7fd8399e949c5b83a8a255cbaed;p=thirdparty%2Fbind9.git [master] fix building of markdown output on docs --- diff --git a/Makefile.in b/Makefile.in index f918b682f91..b2681edb75f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,15 +90,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::