Skip to content

Commit 6753e09

Browse files
author
Raniere Silva
committed
Merge pull request #24 from gvwilson/fixing-display-of-commands
Changing sed command used to display help from Makefile.
2 parents e629002 + 8a83160 commit 6753e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $(DST_DIR)/%.html : $(SRC_DIR)/%.md ../_layouts/page.html
3535

3636
## commands : Display available commands.
3737
commands : Makefile
38-
@sed -n 's/^## //p' $<
38+
@sed -n 's/^##//p' $<
3939

4040
## update : Update the shared files from the GitHub repo holding them.
4141
# FIXME: need to create that repo.

0 commit comments

Comments
 (0)