From 35296335a1b84d6d8d91cc992283c8e8ff8f8108 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 4 Jul 2022 17:33:57 +0100 Subject: [PATCH] Move the docs deps to docs.el --- build.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.el b/build.el index b9991b1..1e6ff12 100755 --- a/build.el +++ b/build.el @@ -74,13 +74,6 @@ PARAMS: (command-> command args ((string= command "docs") (do-command - (require 'fpkg) - (fpkg/use dash) - (fpkg/use mustache) - (fpkg/use ht) - (fpkg/use htmlize) - - (require 'fg42/build/docs) (fg42/build-docs build-dir))))