diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-13 13:47:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-13 13:47:11 -0400 |
commit | 01fd60a145872cd40f66bf8d3c8eaeeea25d3837 (patch) | |
tree | 6a905ade3a95c25f49512f939858c8371132fe9d | |
parent | 6ec39066b39baa2a5d8d84eb775b65f87194d5e2 (diff) |
update
No need to edit Makefile to disable webapp build anymore; just build w/o
dependencies installed.
-rw-r--r-- | doc/install/fromscratch.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn index cf8f95c4f..5aa4fc6b3 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -21,7 +21,7 @@ quite a lot. * [SafeSemaphore](http://hackage.haskell.org/package/SafeSemaphore) * [UUID](http://hackage.haskell.org/package/uuid) * [regex-tdfa](http://hackage.haskell.org/package/regex-tdfa) -* Optional haskell stuff, used by the [[assistant]] and its webapp (edit Makefile to disable) +* Optional haskell stuff, used by the [[assistant]] and its webapp * [stm](http://hackage.haskell.org/package/stm) (version 2.3 or newer) * [hinotify](http://hackage.haskell.org/package/hinotify) |