X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=package.lisp;h=a1a4420e80fa2c0310b915fe44b955ffc50bb77b;hp=432a059431bd5ef16e263347ed904cdc1e2f5310;hb=5c64ed6c6024c426b9922f5d3d6f92134fe91cf5;hpb=be1b61b9a1a19ea618b9cd854d6539957c4efd57 diff --git a/package.lisp b/package.lisp index 432a059..a1a4420 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: June 2003 ;;;; -;;;; $Id: package.lisp,v 1.5 2003/07/12 17:54:05 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2000-2003 by Kevin Rosenberg. ;;;; Rights of modification and redistribution are in the LICENSE file. @@ -17,7 +17,7 @@ (in-package #:cl-user) (defpackage #:lisp-markup-language-2 - (:use #:common-lisp) + (:use #:common-lisp #:kmrcl) (:nicknames #:lml2) (:export @@ -45,7 +45,7 @@ #:with-dir #:process-dir #:lml-load - #:include-file + #:insert-file ;; stdsite.lisp #:print-std-page @@ -61,4 +61,7 @@ ;; utils.lisp #:lml-quit #:lml-cwd + + ;; apache-dir + #:write-html-apache-directory ))