From 99f0c62b3edc3c03ef7ef3dbfb581aef0c4c6caf Mon Sep 17 00:00:00 2001 From: Andrea Richiardi Date: Sat, 17 Nov 2018 12:29:47 -0800 Subject: Improve the Makefile autoload and compilation sections Inspired by the immense magit, we now have a similar way to build the autoloads.el file and additionally we combine both autoload and compilation steps under the build target. With this change, manual installation and tools like borg can just call make and have everything ready for consumption. --- doc/installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc/installation.md') diff --git a/doc/installation.md b/doc/installation.md index 8ebcbf47..82aa91b7 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -114,11 +114,10 @@ following command: ## Manual installation -Installing CIDER manually is discouraged unless you plan to work with -CIDER's codebase. The manual installation is relatively involved as it -requires manual installation of the dependencies and manual generation -of the package autoloads. Check out the section [Hacking on -CIDER](hacking_on_cider.md) for more details. +Installing CIDER manually is discouraged unless you plan to work with CIDER's +codebase. The manual installation is relatively involved as it requires manual +installation of the dependencies. Check out the section +[Hacking on CIDER](hacking_on_cider.md) for more details. ## CIDER's nREPL middleware -- cgit v1.2.3