Add instructions for adding a library to a build tree
authorIan Lynagh <igloo@earth.li>
Thu, 7 Jun 2007 13:55:46 +0000 (13:55 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 7 Jun 2007 13:55:46 +0000 (13:55 +0000)
libraries/Makefile

index 5311d55..5302c60 100644 (file)
 # or the following is equivalent:
 #
 #   make rebuild.library.<package>
+#
+# 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