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

index 9ba18d1c05c6d11987f8dda40485bc34b2998eb8..95adedd98cd3934644bd216bd7b3d5e0c6f8d756 100644 (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::