mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-03-28 17:42:47 +01:00
build: update Makefile
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
default: install
|
||||
|
||||
all: install build
|
||||
|
||||
|
||||
h help:
|
||||
@egrep '(^\S)|(^$$)|\s+@echo' Makefile
|
||||
@grep '^[a-z]' Makefile
|
||||
|
||||
|
||||
install:
|
||||
@@ -15,6 +17,7 @@ install:
|
||||
s serve:
|
||||
mkdocs serve --strict
|
||||
|
||||
|
||||
b build:
|
||||
mkdocs build --strict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user