;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.wiki.documentation :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.documentation-system" :depends-on (:hu.dwim.wiki.test :hu.dwim.presentation+hu.dwim.web-server) :components ((:module "documentation" :components ((:file "administration-guide" :depends-on ("package")) (:file "developer-guide" :depends-on ("package")) (:file "install-guide" :depends-on ("package")) (:file "package") (:file "requirement-specification" :depends-on ("package")) (:file "technical-specification" :depends-on ("package")) (:file "user-guide" :depends-on ("package")) (:file "wiki" :depends-on ("package"))))))