We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e629002 + 8a83160 commit 6753e09Copy full SHA for 6753e09
pages/Makefile
@@ -35,7 +35,7 @@ $(DST_DIR)/%.html : $(SRC_DIR)/%.md ../_layouts/page.html
35
36
## commands : Display available commands.
37
commands : Makefile
38
- @sed -n 's/^## //p' $<
+ @sed -n 's/^##//p' $<
39
40
## update : Update the shared files from the GitHub repo holding them.
41
# FIXME: need to create that repo.
0 commit comments