r10302: Automated commit for Debian build of lml upstream-version-2.5.3
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Jan 2005 02:20:11 +0000 (02:20 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Jan 2005 02:20:11 +0000 (02:20 +0000)
base.lisp
debian/control
doc/Makefile
stdsite.lisp

index 9465155a540846d134c1b413e9b5d0c5f4d450f1..4d7a5f4fda3462b1596177aca662187a3626c206 100644 (file)
--- a/base.lisp
+++ b/base.lisp
 
 (defmacro page (out-file &body body)
   `(with-open-file (*html-output*
 
 (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)
                    :direction :output
                    :if-exists :supersede)
      (xhtml-prologue)
index f945184369d6ae40fa140b9444d172d290c93ea3..037b16c1893f298eeb8de9e7dfbe630813322a22 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>> 4.0.0)
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>> 4.0.0)
-Standards-Version: 3.6.1.0
+Standards-Version: 3.6.1.1
 
 Package: cl-lml
 Architecture: all
 
 Package: cl-lml
 Architecture: all
index 531aded413c82e060282b4df0d2f82c784aae9d1..0387f8893271d88a34bb372c60c11ed418c5c140 100644 (file)
@@ -3,7 +3,7 @@
 all: site
 
 site: 
 all: site
 
 site: 
-       lisp -init `pwd`/make.lisp
+       sbcl --load `pwd`/make.lisp
 
 clean:
        @rm -f *~ \#*\# .\#* memdump
 
 clean:
        @rm -f *~ \#*\# .\#* memdump
index 041140dc426be37134339a92b60314bd6788334b..f3598db494db62db3bf03199214931d7e93a69c8 100644 (file)
@@ -71,7 +71,7 @@
      (with-open-file (*html-output* (lml-file-name ',out-file :output)
                      :direction :output
                      :if-exists :supersede)
      (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
 
 (defmacro titled-pre-section (title &body body)
   `(progn