mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-24 22:37:35 +02:00
more guide
This commit is contained in:
6
Makefile
6
Makefile
@ -1,4 +1,4 @@
|
||||
.PHONY: default build test doc clean
|
||||
.PHONY: default build test doc book clean
|
||||
|
||||
CARGO_FLAGS := --features "$(FEATURES)"
|
||||
|
||||
@ -20,3 +20,7 @@ clippy:
|
||||
|
||||
doc: build
|
||||
cargo doc --no-deps $(CARGO_FLAGS)
|
||||
cd guide; mdbook build -d ../target/doc/guide/; cd ..
|
||||
|
||||
book:
|
||||
cd guide; mdbook build -d ../target/doc/guide/; cd ..
|
||||
|
Reference in New Issue
Block a user