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

Changing sed command used to display help from Makefile.

As per https://github.com/swcarpentry/workshop-template/pull/53,
this PR is more selective about what it does and doesn't print.
parent 4ab43b32
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ $(DST_DIR)/%.html : $(SRC_DIR)/%.md ../_layouts/page.html
## commands : Display available commands.
commands : Makefile
@sed -n 's/^## //p' $<
@sed -n 's/^##//p' $<
## update : Update the shared files from the GitHub repo holding them.
# FIXME: need to create that repo.
......
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