Merge pull request #257 from maxim-belkin/py3-inits
[rnaseq-cwl-training.git] / Makefile
index 8dc2541bd0f7b73aa2543c968915c5231d961006..a5765c79d1822ae91df2f8943f1c8f13438d7cc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,11 +93,7 @@ lesson-check :
 
 ## lesson-check-all : validate lesson Markdown, checking line lengths and trailing whitespace.
 lesson-check-all :
-       @bin/lesson_check.py -s . -p ${PARSER} -l -w
-
-## lesson-figures   : re-generate inclusion displaying all figures.
-lesson-figures :
-       @bin/extract_figures.py -p ${PARSER} ${MARKDOWN_SRC} > _includes/all_figures.html
+       @bin/lesson_check.py -s . -p ${PARSER} -l -w --permissive
 
 ## unittest         : run unit tests on checking tools.
 unittest :