r5463: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Aug 2003 12:22:05 +0000 (12:22 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Aug 2003 12:22:05 +0000 (12:22 +0000)
xlunit.asd

index a3f5e27b2ac603ae84f4161693385ba6b7bc3f86..dbbb0ed9848a5282b57786231c774481ad229582 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2003
 ;;;;
-;;;; $Id: xlunit.asd,v 1.6 2003/08/05 22:56:25 kevin Exp $
+;;;; $Id: xlunit.asd,v 1.7 2003/08/06 12:22:05 kevin Exp $
 ;;;; *************************************************************************
 
 (defpackage #:xlunit-system (:use #:asdf #:cl))
   :licence "BSD"
   :description "Extreme Lisp Testing Suite"
   :long-description "The XLUnit package is toolkit for building test suites. It is based on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck."
+
+  :properties ((#:author-email . "kevin@rosenberg.net")
+              (#:date . "Summer 2003")
+              ((#:albert #:output-dir) . "albert-docs/")
+              ((#:albert #:formats) . ("docbook"))
+              ((#:albert #:docbook #:template) . "book")
+              ((#:albert #:docbook #:bgcolor) . "white")
+              ((#:albert #:docbook #:textcolor) . "black"))
   
   :serial t
   :components