From c159f94319250e01484fbd3635f551ad6dd0c254 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 7 Nov 2006 06:29:00 +0000 Subject: [PATCH] r11290: add _final.lml processing --- debian/changelog | 6 ++++++ stdsite.lisp | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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) -- 2.34.1