gopl-zh.github.com/Makefile

24 lines
473 B
Makefile
Raw Normal View History

2015-12-09 07:57:17 +00:00
# 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
2015-12-21 04:55:18 +00:00
default:
2015-12-09 07:57:17 +00:00
gitbook build
zh2tw:
go run zh2tw.go . .md$$
tw2zh:
go run zh2tw.go . .md$$ tw2zh
2015-12-21 04:55:18 +00:00
loop:
go run zh2tw.go . .md$$ tw2zh
go run zh2tw.go . .md$$ zh2tw