From 3275d98d649b8014696477c7e669978c6f7e3662 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Mon, 20 Nov 2017 15:02:13 -0800 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb4f935..e4bc142 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ doc: - cargo rustdoc --features "nightly yolocrypto" -- --html-in-header katex-header.html + cargo rustdoc --features "nightly yolocrypto" -- --html-in-header rustdoc-include-katex-header.html