Add instructions for adding a library to a build tree
[ghc-hetmet.git] / 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