From: Kevin M. Rosenberg Date: Tue, 7 Nov 2006 06:29:00 +0000 (+0000) Subject: r11290: add _final.lml processing X-Git-Tag: v1.6.2~8 X-Git-Url: http://git.kpe.io/?p=lml2.git;a=commitdiff_plain;h=c159f94319250e01484fbd3635f551ad6dd0c254 r11290: add _final.lml processing --- diff --git a/debian/changelog b/debian/changelog index ad7c74c..4acac63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml2 (1.5.6-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg 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 diff --git a/stdsite.lisp b/stdsite.lisp index 85bac84..a022c42 100644 --- a/stdsite.lisp +++ b/stdsite.lisp @@ -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)