From: Ian Lynagh Date: Thu, 7 Jun 2007 13:55:46 +0000 (+0000) Subject: Add instructions for adding a library to a build tree X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b132a9d502ee844369e4d7c66adc38287e02a48f Add instructions for adding a library to a build tree --- 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