From b132a9d502ee844369e4d7c66adc38287e02a48f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 7 Jun 2007 13:55:46 +0000 Subject: [PATCH] Add instructions for adding a library to a build tree --- libraries/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.7.10.4