1.0.43.49: (SETF FDEFINITION) and (SETF SYMBOL-FUNCTION) should clear derived ftype
[sbcl.git] / contrib / asdf / Makefile
index 735a284..9d0033d 100644 (file)
@@ -6,6 +6,9 @@ test::
        true
 
 up:
-       cvs -d :pserver:anonymous@cvs.cclan.sf.net:/cvsroot/cclan \
-               co -kv -p asdf/asdf.lisp >/tmp/$$$$ &&\
-               mv /tmp/$$$$ asdf.lisp
+       sh pull-asdf.sh
+       cp asdf-upstream/asdf.lisp asdf.lisp
+       cp asdf-upstream/doc/asdf.texinfo asdf.texinfo
+       cp asdf-upstream/README README
+       cd asdf-upstream ; make archive
+       cp asdf-upstream/LICENSE LICENSE