]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] fix building of markdown output on docs
authorEvan Hunt <each@isc.org>
Wed, 26 Apr 2017 23:19:57 +0000 (16:19 -0700)
committerEvan Hunt <each@isc.org>
Wed, 26 Apr 2017 23:19:57 +0000 (16:19 -0700)
Makefile.in

index f918b682f918bc2b44e5cd172a259aaf358ac739..b2681edb75fd22031066e54ed85145b05ed1cd28 100644 (file)
@@ -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::