mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 19:41:47 +03:00
tools: fix hakyll-std building
This commit is contained in:
parent
c26d9941fb
commit
7ec5407638
4
Makefile
4
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 )
|
||||
|
Loading…
Reference in New Issue
Block a user