From a8599d991e5eb467d71e3cfdce0d59785b264e69 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 May 2019 12:23:11 -0700 Subject: [PATCH] shake: show htmlmanuals target in help [ci skip] --- Shake.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index 09c1e9784..a34207144 100755 --- a/Shake.hs +++ b/Shake.hs @@ -71,7 +71,8 @@ usage = unlines ["Usage:" ,"./Shake.hs (re)compile this script" ,"./Shake commandhelp build embedded help texts for the hledger CLI" - ,"./Shake manuals build txt/man/info/html manuals for all packages" + ,"./Shake manuals build html/txt/man/info manuals for all packages" + ,"./Shake htmlmanuals build html manuals for all packages" ,"./Shake oldmanuals build old versions of html manuals for all packages" ,"./Shake PKG build a single hledger package and its embedded docs" ,"./Shake build build all hledger packages and their embedded docs"