From 4388ce72f6f1a65300f78038050ca7f0e3c1ffe2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 18 Oct 2020 16:02:12 -0700 Subject: [PATCH] ;shake: manuals: commit the defs.m4 files also --- Shake.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index 4e08d6687..f30da7ab7 100755 --- a/Shake.hs +++ b/Shake.hs @@ -168,6 +168,7 @@ main = do pkgandprojdirs = "" : pkgdirs cabalfiles = [p p <.> "cabal" | p <- packages] changelogs = map ( "CHANGES.md") pkgandprojdirs + packagem4s = [p "defs.m4" | p <- packages] -- doc files (or related targets) that should be generated -- before building hledger packages. @@ -365,7 +366,7 @@ main = do ] when commit $ do let msg = ";update manuals" - cmd Shell gitcommit ("-m '"++msg++"' --") nroffmanuals infomanuals txtmanuals + cmd Shell gitcommit ("-m '"++msg++"' --") packagem4s nroffmanuals infomanuals txtmanuals -- Generate nroff man pages suitable for man output, from the .m4.md source. phony "nroffmanuals" $ need nroffmanuals