From 85d19836f689512c11107cf72fca9d5e223112a2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 6 Dec 2017 18:54:05 -0800 Subject: [PATCH] update doc/README --- doc/README | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/doc/README b/doc/README index 518e11c0d..704dea531 100644 --- a/doc/README +++ b/doc/README @@ -45,12 +45,17 @@ such as m4: $ ./Shake manuals -Then render the website. This copies the manuals' markdown files into -the website, edits them for web display, concatenates them to form the -one-page manual, and runs hakyll-std (a generic hakyll script, included) -to render everything as html and add site header/footer, -tables of contents, etc.: - +The text/man/info manuals are embedded in the hledger executable, so a +rebuild of that now will pick up the latest manuals: + +$ stack build hledger + +The website uses the markdown manuals. This copies them into the +website, edits them for web display, concatenates them to form the +one-page manual, and runs hakyll-std (a generic hakyll script, +included) which adds tables of contents and renders everything as html +with the site header/footer. + $ ./Shake website View the rendered website ("open" is mac-specific; use your equivalent):