From e7c68b7f93cd7ec72b7a361d0da045105f40cb7d Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Fri, 10 Jul 2015 00:33:39 -0400
Subject: [PATCH] Tweak README.md for minimakefile.

---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 92e2b043..8a386cb0 100644
--- a/README.md
+++ b/README.md
@@ -146,13 +146,12 @@ How do I navigate this source tree?
 * [tools/](tools/)
     * `asdf-tools`, a system to build, test and release ASDF. It includes:
         * [asdf-tools](tools/asdf-tools) -- a shell script to run it as a shell command.
-        * [load-asdf.lisp](tools/load-asdf.lisp) -- how to load ASDF in a self-contained project
         * [asdf-tools.asd](tools/asdf-tools.asd) -- system definition for asdf-tools
-        * `*.lisp` -- the source code for `asdf-tools`
+        * `*.lisp` -- the source code for the `asdf-tools` system, except for the few files below.
     * also a couple scripts to help ASDF users:
-        * [load-asdf.lisp](tools/load-asdf.lisp) -- a build script to load, configure and use ASDF
+        * [load-asdf.lisp](tools/load-asdf.lisp) -- a working example script to load, configure and use ASDF in a self-contained project
         * [install-asdf.lisp](install-asdf.lisp) -- replace and update an implementation's ASDF
-        * [cl-source-registry-cache.lisp](cl-source-registry-cache.lisp) -- update a cache for the source-registry
+        * [cl-source-registry-cache.lisp](cl-source-registry-cache.lisp) -- update a cache for the source-registry as a standalone script.
 
 * [build.xcvb](build.xcvb)
     * The system definition for building ASDF with XCVB.
-- 
GitLab