From f10cc4609db50906d7b52b2d63240da363d9a942 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 8 Dec 2020 20:08:15 -0800 Subject: [PATCH] doc: fix content hierarchy when generating info manuals --- Shake.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Shake.hs b/Shake.hs index a1ea54263..9b0f056e8 100755 --- a/Shake.hs +++ b/Shake.hs @@ -412,6 +412,7 @@ main = do when (dir=="hledger") $ need commandmds cmd Shell "m4 -P -DINFO -I" dir commonm4 packagem4 src "|" + sed "-e 's/^#(#+)/\\1/'" "|" pandoc fromsrcmd "--lua-filter tools/pandoc-drop-html-blocks.lua" "--lua-filter tools/pandoc-drop-html-inlines.lua"