From ee3d164895443636b5fd2ba91d341513d370ccc0 Mon Sep 17 00:00:00 2001 From: bluss Date: Fri, 21 Aug 2015 14:54:33 +0200 Subject: [PATCH] Update doc generation for having nodrop as a dependency --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f7f4b7b..d2f8356 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ subst: $(DOCCRATES) mkdocs: Cargo.toml cargo doc --features=$(FEATURES) - cargo doc -p nodrop rm -rf ./doc cp -r ./target/doc ./doc -cat ./custom.css >> doc/main.css