From b9f3d16d5a751daa2e4474f87dfc33444b4e2d75 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes <csr21@cantab.net> Date: Mon, 11 Mar 2002 13:38:30 +0000 Subject: [PATCH] Export static file and source-file-type --- asdf.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/asdf.lisp b/asdf.lisp index 07f2251c..b0cc767c 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -15,6 +15,8 @@ #:component #:module #:source-file #:c-source-file #:cl-source-file #:java-source-file + #:static-file + #:source-file-type #:module ; components #:unix-dso @@ -193,11 +195,8 @@ system.")) (component-system component)))))) (defclass static-file (source-file) ()) -(defclass html-file (static-file) ()) -(defmethod source-file-type ((c html-file) (s module)) "html") (defmethod source-file-type ((c static-file) (s module)) nil) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; operations -- GitLab