Skip to content

Commit

Permalink
Makefile: fix comment in front of lesson-check (datacarpentry#481)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
maxim-belkin committed Aug 5, 2020
1 parent b11b6d1 commit 115a735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 115a735

Please sign in to comment.