From 115a735acd2544ed42041bbceed62f4a3ecd6ddc Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Wed, 5 Aug 2020 04:06:30 -0500 Subject: [PATCH] Makefile: fix comment in front of `lesson-check` (#481) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37c7b2c..a1bc0d9 100644 --- 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 -- 2.30.2