Makefile: fix comment in front of `lesson-check` (#481)
authorMaxim Belkin <maxim.belkin@gmail.com>
Wed, 5 Aug 2020 09:06:30 +0000 (04:06 -0500)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2020 09:06:30 +0000 (05:06 -0400)
Comments prepended with `##` appear in the output of `make commands`.
This commit changes `#` to `##` in front of `lesson-check` so that it
appears in the output of `make commands`.

Makefile

index 37c7b2c8586298e3dd3788a130171ccf0c390746..a1bc0d9bc3327c1de846399e8f6fa6c47ff630e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ lesson-md : ${RMD_DST}
 _episodes/%.md: _episodes_rmd/%.Rmd
        @bin/knit_lessons.sh $< $@
 
-# * lesson-check     : validate lesson Markdown
+## * lesson-check     : validate lesson Markdown
 lesson-check : lesson-fixme
        @${PYTHON} bin/lesson_check.py -s . -p ${PARSER} -r _includes/links.md