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