mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;make site-watch: show commands being run
[ci skip]
This commit is contained in:
parent
91978db328
commit
696a9f9b1b
2
Makefile
2
Makefile
@ -735,7 +735,7 @@ haddock: \
|
||||
|
||||
site-watch: Shake
|
||||
$(call def-help,site-watch, open a browser on the website (in ./site) and rerender/reload when manuals or site content changes )
|
||||
(ls $(DOCSOURCEFILES) | entr ./Shake manuals) &
|
||||
(ls $(DOCSOURCEFILES) | entr ./Shake -VV manuals) &
|
||||
make -C site html-watch
|
||||
|
||||
# This rule, for updating the live hledger.org site, gets called by:
|
||||
|
Loading…
Reference in New Issue
Block a user