X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf%2FMakefile;h=fc4dbc89753ddd8ec64b3d4fc46bd3c0907e5a89;hb=a53e74a650cf42012d8c66835e450acdf73c23d6;hp=7a4db971d5d7c811f88c4dede14fb792ea4c333f;hpb=77f6e094a26f45886047dbe7270c050d44cb5a2d;p=sbcl.git diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index 7a4db97..fc4dbc8 100644 --- a/contrib/asdf/Makefile +++ b/contrib/asdf/Makefile @@ -6,9 +6,7 @@ test:: true up: - test -d asdf-upstream || git clone http://common-lisp.net/project/asdf/asdf.git asdf-upstream - cd asdf-upstream && git pull + sh pull-asdf.sh cp asdf-upstream/asdf.lisp asdf.lisp - cp asdf-upstream/asdf.texinfo asdf.texinfo + cp asdf-upstream/doc/asdf.texinfo asdf.texinfo cp asdf-upstream/README README - cp asdf-upstream/LICENSE LICENSE