[alexandria-devel] [patch] documentation tweak
Daniel Herring
dherring at tentpost.com
Sun Jan 17 06:49:52 UTC 2010
Hi all,
Would you consider applying the attached patch? It fixes an obscure
nuisance when generating the documentation.
Thanks,
Daniel
-------------- next part --------------
From af849a4af2854f1367eeebcf9c18533252dac166 Mon Sep 17 00:00:00 2001
From: D Herring <dherring at at.tentpost.dot.com>
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
More information about the alexandria-devel
mailing list