r11290: add _final.lml processing
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 7 Nov 2006 06:29:00 +0000 (06:29 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 7 Nov 2006 06:29:00 +0000 (06:29 +0000)
debian/changelog
stdsite.lisp

index ad7c74cf20b18f3f461d286dc541257cfa4e4ff6..4acac6331a8649f7d5d7b50cb243e9465b485497 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml2 (1.5.6-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  6 Nov 2006 23:26:48 -0700
+
 cl-lml2 (1.5.5-2) unstable; urgency=low
 
   * Add lml2-tests.asd file (closes: 361172). Thanks to Chun Tian
index 85bac8451d561ffdb6613b1a6df4a1a22b532dee..a022c4277c24ae088cdc61a2ec056c83537f666d 100644 (file)
@@ -22,6 +22,7 @@
 ;;;  banner.lml_
 ;;;  content.lml_
 ;;;  footer.lml_
+;;;  final.lml_
 
 (in-package #:lml2)
 
@@ -58,7 +59,8 @@
         (lml-load "contents.lml_"))
        ((:td :valign "top")
         ,@body
-        (std-footer ,file))))))))
+        (std-footer ,file)))))
+     (lml-load "final.lml_"))))
   
 
 (defmacro print-std-page (file title format &body body)