Files
lettre/website/Makefile
Alexis Mousset b5e2c67dbd feat(all): Move docs from hugo to gitbook
Also move generated html to the lettre.github.io repo
2018-04-14 13:16:26 +02:00

14 lines
115 B
Makefile

all: depends _book
depends:
gitbook install
serve:
gitbook serve
_book:
gitbook build
clean:
rm -rf _book/