X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Ffiles.lisp;h=db1a9b1827d2d76a33865d8fd4288cf8a9aa4d00;hb=d0f86c12edfde21979bde02a40d1fa18d02e4615;hp=a3dbf6ee34fee826e1df9c29d77bdf1ac6907f09;hpb=fdc89fb00113b41b9fcee574184278b8f8e4a962;p=lml.git 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)