From: Kevin M. Rosenberg Date: Sat, 29 Jan 2005 02:20:11 +0000 (+0000) Subject: r10302: Automated commit for Debian build of lml upstream-version-2.5.3 X-Git-Tag: v2.5.5~20 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=cb182dd32a2bd43650cdfe53a4fcbb31cc2161f0 r10302: Automated commit for Debian build of lml upstream-version-2.5.3 --- diff --git a/base.lisp b/base.lisp index 9465155..4d7a5f4 100644 --- a/base.lisp +++ b/base.lisp @@ -253,7 +253,7 @@ (defmacro page (out-file &body body) `(with-open-file (*html-output* - (lml-file-name ,out-file :output) + (lml-file-name ',out-file :output) :direction :output :if-exists :supersede) (xhtml-prologue) diff --git a/debian/control b/debian/control index f945184..037b16c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.6.1.0 +Standards-Version: 3.6.1.1 Package: cl-lml Architecture: all diff --git a/doc/Makefile b/doc/Makefile index 531aded..0387f88 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ all: site site: - lisp -init `pwd`/make.lisp + sbcl --load `pwd`/make.lisp clean: @rm -f *~ \#*\# .\#* memdump diff --git a/stdsite.lisp b/stdsite.lisp index 041140d..f3598db 100644 --- a/stdsite.lisp +++ b/stdsite.lisp @@ -71,7 +71,7 @@ (with-open-file (*html-output* (lml-file-name ',out-file :output) :direction :output :if-exists :supersede) - (print-std-page (lml-file-name ,out-file :source) ,title ,@body)))) + (print-std-page (lml-file-name ',out-file :source) ,title ,@body)))) (defmacro titled-pre-section (title &body body) `(progn