]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prep for 9.15.4
authorTinderbox User <tbox@isc.org>
Mon, 9 Sep 2019 12:50:38 +0000 (12:50 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 9 Sep 2019 12:52:35 +0000 (12:52 +0000)
Makefile.in

index 6d62d08a13d5f49f4058595641fcb616c80bb8f0..5f31d643e28ec2eb6b96cc4678b9796db6d1f5e1 100644 (file)
@@ -104,7 +104,7 @@ PLATFORMS: PLATFORMS.md
                sed -e '$${/^$$/d;}' > $@
 
 CODE_OF_CONDUCT: CODE_OF_CONDUCT.md
-       ${PANDOC} --email-obfuscation=none -s --metadata title="CODE OF CONDUCT" -f markdown-smart -t html $< | \
+       ${PANDOC} --email-obfuscation=none -s --metadata title="CODE OF CONDUCT" -f markdown-smart -t html CODE_OF_CONDUCT.md | \
                ${W3M} -dump -cols 75 -O ascii -T text/html | \
                sed -e '$${/^$$/d;}' > $@