From 660fb47eb91c28c0067a8547829595286663ce05 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 6 Jun 2021 10:21:03 -0300 Subject: aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING section --- aux/workflow/assert-readme.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'aux/workflow/assert-readme.sh') diff --git a/aux/workflow/assert-readme.sh b/aux/workflow/assert-readme.sh index 47f7e25..2f63ded 100755 --- a/aux/workflow/assert-readme.sh +++ b/aux/workflow/assert-readme.sh @@ -9,6 +9,18 @@ MAILING_LIST="$2" EXPECTED="$(mktemp)" cat <> "$EXPECTED" +For running the extra development-only checks, run: + +\`\`\`shell +$ make dev-check +\`\`\` + +and for generating the documentation HTML and website, run: + +\`\`\`shell +$ make public +\`\`\` + # Links -- cgit v1.2.3