X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=5302c60c1e2f0acd78556cc81774b5646dd3d642;hb=b132a9d502ee844369e4d7c66adc38287e02a48f;hp=5311d55a31524b4ea8d98965e0aa30a93272b1c6;hpb=02856ea491a11076e293af3ec8c1d35740bcb551;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 5311d55..5302c60 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -13,6 +13,12 @@ # or the following is equivalent: # # make rebuild.library. +# +# To add a new library to the tree, do +# +# darcs get http://darcs.haskell.org/packages/foo +# [ -e foo/configure.ac ] && ( cd foo && autoreconf ) +# make build.library.foo .PHONY: default_target