From fd664586c26e6f1f29690671bb15668f5e5f8755 Mon Sep 17 00:00:00 2001 From: Greg Wilson <gvwilson@third-bit.com> Date: Wed, 8 Jun 2016 09:53:57 -0400 Subject: [PATCH] Synchronizing Makefile with script name changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4420d60..064744c 100644 --- a/Makefile +++ b/Makefile @@ -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 : -- GitLab