X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=files.lisp;h=db1a9b1827d2d76a33865d8fd4288cf8a9aa4d00;hp=a3dbf6ee34fee826e1df9c29d77bdf1ac6907f09;hb=859dd81b9398101f2e2c468e2c165d64254eb78a;hpb=04855fdf0f08cfc768ce7ebc4d49cdd2e19b3f64 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)