1.0.39.21: more ASDF2 cleanup
[sbcl.git] / contrib / asdf / Makefile
1 MODULE=asdf
2 include ../vanilla-module.mk
3
4
5 test::
6         true
7
8 up:
9         test -d asdf-upstream || \
10         git clone \
11         git://common-lisp.net/projects/asdf/asdf.git asdf-upstream
12         : Using development ASDF. For stable ASDF, should use --branch release above.
13         cd asdf-upstream && git pull
14         cp asdf-upstream/asdf.lisp asdf.lisp
15         cp asdf-upstream/doc/asdf.texinfo asdf.texinfo
16         cp asdf-upstream/README README
17         cd asdf-upstream ; make archive
18         cp asdf-upstream/LICENSE LICENSE