Skip to content
Snippets Groups Projects
Commit fd664586 authored by Greg Wilson's avatar Greg Wilson
Browse files

Synchronizing Makefile with script name changes

parent 786aa887
No related merge requests found
......@@ -38,7 +38,7 @@ clean :
## workshop-check : check workshop homepage.
workshop-check :
bin/check-workshop index.html
bin/workshop-check index.html
## ----------------------------------------
## Commands specific to lesson websites.
......@@ -67,7 +67,7 @@ HTML_FILES = \
## lesson-check : validate lesson Markdown.
lesson-check :
bin/check-lesson -s . -p bin/markdown-ast.rb
bin/lesson-check -s . -p bin/markdown-ast.rb
## lesson-files : show expected names of generated files for debugging.
lesson-files :
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment