summaryrefslogtreecommitdiff
path: root/src/Doc.lhs
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-08-01 11:51:47 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-08-01 11:51:47 +0200
commit58e927dc4c213033092561dfe4f2270e96126683 (patch)
treeb686c4aad0bdc6e579569d2e3d0cbf1e2d9f7219 /src/Doc.lhs
parent27cd2842cb5e02f937fcb9363856434d47a869e1 (diff)
downloadpesto-58e927dc4c213033092561dfe4f2270e96126683.tar.gz
pesto-58e927dc4c213033092561dfe4f2270e96126683.tar.bz2
pesto-58e927dc4c213033092561dfe4f2270e96126683.zip
Correct cabal commands
Diffstat (limited to 'src/Doc.lhs')
-rw-r--r--src/Doc.lhs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Doc.lhs b/src/Doc.lhs
index 0d3f1cd..2f787d8 100644
--- a/src/Doc.lhs
+++ b/src/Doc.lhs
@@ -12,9 +12,9 @@ Building documentation
> import qualified Data.Set as S
The HTML documentation is generated directly from the source code of
-Codec.Pesto. That module serves as starting point and it includes the other
-modules in a sensible order. Pandoc_ renders the restructuredText_ to HTML. We
-use a slightly modified template.
+Codec.Pesto by running ``cabal run pesto-doc``. That module serves as starting
+point and it includes the other modules in a sensible order. Pandoc_ renders
+the restructuredText_ to HTML. We use a slightly modified template.
.. _pandoc: http://www.pandoc.org/
.. _restructuredText: http://docutils.sourceforge.net/rst.html