mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-10-20 14:01:45 +00:00
切换到 mnbook 构建
This commit is contained in:
14
Makefile
14
Makefile
@@ -2,9 +2,19 @@
|
||||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
# install mkbook
|
||||
#
|
||||
# MnBook: Mini Markdown Book
|
||||
# https://github.com/wa-lang/mnbook
|
||||
#
|
||||
|
||||
default:
|
||||
mdbook serve
|
||||
mnbook serve
|
||||
|
||||
build:
|
||||
-rm book
|
||||
mnbook build
|
||||
-rm book/.gitignore
|
||||
-rm -rf book/.git
|
||||
|
||||
clean:
|
||||
-rm -rf book
|
||||
|
Reference in New Issue
Block a user