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

index 1965c300e0896db68a92e34d68f607dccdd6586e..2cfbe5ebfbe3c64e19f6c373b72a188201beca17 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (2.5.4-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  6 Nov 2006 23:29:29 -0700
+
 cl-lml (2.5.3-2) unstable; urgency=low
 
   * New upstream URI
index f3598db494db62db3bf03199214931d7e93a69c8..a322811b447c6b7427fd076efa5e6b48124afef0 100644 (file)
@@ -56,7 +56,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 &body body)