From 58e927dc4c213033092561dfe4f2270e96126683 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 1 Aug 2015 11:51:47 +0200 Subject: Correct cabal commands --- src/Doc.lhs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Doc.lhs') 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 -- cgit v1.2.3