mirror of
https://github.com/Vonng/ddia.git
synced 2026-06-21 00:47:05 +08:00
15 lines
170 B
Makefile
15 lines
170 B
Makefile
|
|
default: doc
|
|
|
|
# serve document with docsify (or python)
|
|
doc:
|
|
bin/doc
|
|
|
|
# generate zh-tw version
|
|
translate:
|
|
bin/zh-tw.py
|
|
|
|
epub:
|
|
bin/epub
|
|
|
|
.PHONY: default doc translate
|