doc: fix content hierarchy when generating info manuals

This commit is contained in:
Simon Michael 2020-12-08 20:08:15 -08:00
parent e6d6ad5839
commit f10cc4609d

View File

@ -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"