From fde9edab106d3d59749232803718a5da606b360f Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Fri, 10 Jan 2025 11:36:51 +0100 Subject: [PATCH] Remove the docs Makefile targets (#152) Documentation of the contracts stack was moved into a dedicated repository. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index abcd342..df875de 100644 --- a/Makefile +++ b/Makefile @@ -70,12 +70,6 @@ bench: install-bin cargo criterion --all --all-features --message-format=json \ | criterion-table > crates/benchmarks/BENCHMARKS.md -docs: docs-build - mdbook serve --open docs/ - -docs-build: - mdbook test docs/ && mdbook build docs/ - clean: cargo clean ; \ rm -rf node_modules ; \