1.0.3.13: "Oops"
[sbcl.git] / contrib / sb-bsd-sockets / sb-bsd-sockets.asd
index eb49b66..e58bfe9 100644 (file)
@@ -6,7 +6,7 @@
 
 (defsystem sb-bsd-sockets
     :version "0.58"
-    :depends-on (sb-grovel) 
+    :depends-on (sb-grovel)
     #+sb-building-contrib :pathname
     #+sb-building-contrib "SYS:CONTRIB;SB-BSD-SOCKETS;"
     :components ((:file "defpackage")
                          "win32-constants"
                          :package :sockint
                          :depends-on  ("defpackage" "win32-lib"))
-                 #+win32 (:file "win32-sockets" 
+                 #+win32 (:file "win32-sockets"
                                :depends-on ("win32-constants"))
                 (:file "sockets"
-                        :depends-on #-win32 ("constants") 
+                        :depends-on #-win32 ("constants")
                                     #+win32 ("win32-sockets"))
                 (:file "sockopt" :depends-on ("sockets"))
                  (:file "inet" :depends-on ("sockets" "split"))
@@ -36,7 +36,6 @@
                 ;; (:static-file "INSTALL")
                 ;; (:static-file "README")
                 ;; (:static-file "index" :pathname "index.html")
-                (:static-file "doc" :pathname "doc.lisp")
                 (:static-file "TODO")))
 
 (defmethod perform :after ((o load-op) (c (eql (find-system :sb-bsd-sockets))))