From 7ec5407638260d956256abaa5236c1a000f86e85 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 5 Nov 2015 19:41:56 -0800 Subject: [PATCH] tools: fix hakyll-std building --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bbcad2da7..5d00fd280 100644 --- a/Makefile +++ b/Makefile @@ -860,11 +860,11 @@ $(call def-help-subsection,DOCUMENTATION:) # \ # ) -site/hakyll-std hakyll-std: \ +site/hakyll-std: \ site/hakyll-std.hs \ site/TableOfContents.hs \ $(call def-help,hakyll-std, build a generic hakyll site builder script ) - cd site; stack ghc hakyll-std + cd site; ./hakyll-std.hs >/dev/null && stack ghc hakyll-std.hs site-build: site/hakyll-std \ $(call def-help,site-build, generate the hledger.org website with hakyll-std )