tools: shake: note a warnings issue
This commit is contained in:
parent
cdece768ae
commit
f7c7b70a70
2
Shake.hs
2
Shake.hs
@ -242,6 +242,8 @@ main = do
|
|||||||
cmd Shell (Cwd "site") "hakyll-std/hakyll-std" "build"
|
cmd Shell (Cwd "site") "hakyll-std/hakyll-std" "build"
|
||||||
-- website also links to old manuals, which are generated manually
|
-- website also links to old manuals, which are generated manually
|
||||||
-- with ./Shake websnapshot and committed
|
-- 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
|
-- use m4 and pandoc to process macros and filter content, leaving markdown suitable for web output
|
||||||
phony "webmanpages" $ need webmanpages
|
phony "webmanpages" $ need webmanpages
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user