切换到 mnbook 构建

This commit is contained in:
chai2010
2024-08-08 15:46:18 +08:00
parent 6849a4049a
commit b76e3beb2c
8 changed files with 50 additions and 572 deletions

View File

@@ -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