From f7c7b70a70e9ca42f5c9724212d375e75205f648 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 27 Mar 2017 05:09:42 -0700 Subject: [PATCH] tools: shake: note a warnings issue --- Shake.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shake.hs b/Shake.hs index 7b40037df..0cbfe1f37 100755 --- a/Shake.hs +++ b/Shake.hs @@ -242,6 +242,8 @@ main = do cmd Shell (Cwd "site") "hakyll-std/hakyll-std" "build" -- website also links to old manuals, which are generated manually -- with ./Shake websnapshot and committed + -- TODO: when pandoc filters are missing, ./Shake website complains about them before building them + -- ./Shake.hs && ./Shake Clean && (cd site/hakyll-std; ./hakyll-std.hs) && ./Shake website -- use m4 and pandoc to process macros and filter content, leaving markdown suitable for web output phony "webmanpages" $ need webmanpages