X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=2%2Ffiles.lisp;h=db1a9b1827d2d76a33865d8fd4288cf8a9aa4d00;hp=a3dbf6ee34fee826e1df9c29d77bdf1ac6907f09;hb=64854cb53ebc983bee970732cfba050fedc8ec0e;hpb=9d42441704b994c92275f3da2fcfd8fcd3a072c0 diff --git a/2/files.lisp b/2/files.lisp index a3dbf6e..db1a9b1 100644 --- a/2/files.lisp +++ b/2/files.lisp @@ -27,7 +27,8 @@ (when (stringp f) (unless (position #\. f) (setq f (concatenate 'string f ".html")))) - (if *sources-dir* + (if (or (and (eq type :source) *sources-dir*) + (and (eq type :output) *output-dir*)) (merge-pathnames (make-pathname :name (pathname-name f) :type (pathname-type f)