[alexandria-cvs] updated branch master: d4a72df... robuster docstring generation
Nikodemus Siivola
nsiivola at common-lisp.net
Tue Mar 9 14:18:24 UTC 2010
The branch master has been updated:
via d4a72df548269ed8cffb35876307c6ecb20625c1 (commit)
from 2dfc9b549ef963f4d2a895d0404259a5e69b6151 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d4a72df548269ed8cffb35876307c6ecb20625c1
Author: Nikodemus Siivola <nikodemus at random-state.net>
Date: Mon Mar 8 10:29:14 2010 +0200
robuster docstring generation
SBCL makes a directory called doc/manual/docstrings; this interferes
with loading the lisp file if the SBCL source tree had documentation
built in it unless we use an explicit .lisp suffix.
Patch by: Daniel Herring <dherring at at.tentpost.dot.com>
-----------------------------------------------------------------------
Summary of changes:
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
--
Alexandria hooks/post-receive
More information about the alexandria-cvs
mailing list