summaryrefslogtreecommitdiff
path: root/src/Doc.lhs
diff options
context:
space:
mode:
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