;site: make site runs sphinx as well

[ci skip]
This commit is contained in:
Simon Michael 2019-08-25 07:57:09 -07:00
parent 8dec91457e
commit 10157b8cd6

View File

@ -776,8 +776,10 @@ site: \
&& echo 'Please run "make Shake" first (manual compilation of Shake.hs is required)' \
|| ( \
echo; \
./Shake hledgerorg -VV \
./Shake hledgerorg -VV; \
make -C site html; \
) 2>&1 | tee -a site.log
# ^ running both shake and sphinx for now
###############################################################################
$(call def-help-subheading,RELEASING:)