From: Tinderbox User Date: Mon, 9 Sep 2019 12:50:38 +0000 (+0000) Subject: prep for 9.15.4 X-Git-Tag: v9.15.4^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=efdb4f08563058970199694ca2e187db44bb6cc4;p=thirdparty%2Fbind9.git prep for 9.15.4 --- diff --git a/Makefile.in b/Makefile.in index 6d62d08a13d..5f31d643e28 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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;}' > $@