From 974ddc52389fda164eeda72c6331b63adee7f697 Mon Sep 17 00:00:00 2001 From: Didier Verna Date: Fri, 5 Oct 2012 16:33:27 +0200 Subject: [PATCH] Update for the latest Declt. ChangeLog entries: 2012-10-05 Didier Verna * doc/generate.cl: Update copyright years. * doc/generate.cl: Update for Declt 1.0b15 interface. Use the :hyperlinks keyword. --- doc/generate.cl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/generate.cl b/doc/generate.cl index 8eb15b5..509aa6c 100644 --- a/doc/generate.cl +++ b/doc/generate.cl @@ -1,6 +1,6 @@ ;;; generate.cl --- Clon reference manual generation script -;; Copyright (C) 2010, 2011 Didier Verna +;; Copyright (C) 2010, 2011, 2012 Didier Verna ;; Author: Didier Verna ;; Maintainer: Didier Verna @@ -121,15 +121,15 @@ and extend the library with your own option types. :info-file "clon-webreference" :introduction +introduction+ :license :bsd - :copyright-date "2010, 2011" - :link-files nil) + :copyright-date "2010, 2011, 2012") (com.dvlsoft.declt:declt :com.dvlsoft.clon :library-name "Clon" :texi-file "reference.texi" :info-file "clon-reference" :introduction +introduction+ :license :bsd - :copyright-date "2010, 2011")) + :copyright-date "2010, 2011, 2012" + :hyperlinks t)) (sb-ext:quit) -- 2.11.4.GIT