X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=files.lisp;h=db1a9b1827d2d76a33865d8fd4288cf8a9aa4d00;hb=9829ac27ac1f612c99b259b0b1daefffb269691c;hp=a3dbf6ee34fee826e1df9c29d77bdf1ac6907f09;hpb=733ea685ca7cdeeefbd5494954b308b9dbe51846;p=lml2.git diff --git a/files.lisp b/files.lisp index a3dbf6e..db1a9b1 100644 --- a/files.lisp +++ b/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)