mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-08-09 16:42:26 +00:00
good good study, day day up!
This commit is contained in:
18
Makefile
Normal file
18
Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2015 Golang-China. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
# install gitbook
|
||||
# npm install gitbook-cli -g
|
||||
|
||||
# https://github.com/GitbookIO/gitbook
|
||||
# https://github.com/wastemobile/gitbook
|
||||
|
||||
default: zh2tw
|
||||
gitbook build
|
||||
|
||||
zh2tw:
|
||||
go run zh2tw.go . .md$$
|
||||
|
||||
tw2zh:
|
||||
go run zh2tw.go . .md$$ tw2zh
|
Reference in New Issue
Block a user