From af849a4af2854f1367eeebcf9c18533252dac166 Mon Sep 17 00:00:00 2001 From: D Herring Date: Tue, 1 Sep 2009 00:36:22 -0400 Subject: [PATCH] tweak `make html` SBCL makes a directory called doc/manual/docstrings; this interferes with loading the lisp file. --- doc/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 99d6afa..5ae667c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,7 +7,7 @@ clean: # to bootrap documentation for now. include: sbcl --eval '(progn (require :asdf) (require :alexandria) (rename-package :alexandria :alexandria))' \ - --eval '(load (merge-pathnames "doc/manual/docstrings" (posix-getenv "SBCL_SOURCE_ROOT")))' \ + --eval '(load (merge-pathnames "doc/manual/docstrings.lisp" (posix-getenv "SBCL_SOURCE_ROOT")))' \ --eval '(sb-texinfo:generate-includes "include/" :alexandria)' \ --eval '(quit)' mv include/fun-alexandria-type=.texinfo include/fun-alexandria-type-equal.texinfo -- 1.6.0.2