finance: show html reports
This commit is contained in:
7
Makefile
7
Makefile
@@ -15,8 +15,11 @@ finance-md:
|
||||
( \
|
||||
echo 'Finances of the Plain Text Accounting org.'; \
|
||||
echo '<!-- Generated by "make src/finance.md", do not edit directly. -->'; \
|
||||
echo '```cli'; hledger -f finance/pta.journal bs; echo '```'; \
|
||||
echo '```cli'; hledger -f finance/pta.journal is; echo '```'; \
|
||||
echo ; \
|
||||
hledger -f finance/pta.journal bs -O html; \
|
||||
echo ; \
|
||||
hledger -f finance/pta.journal is -O html; \
|
||||
echo ; \
|
||||
echo '```hledger'; hledger -f finance/pta.journal print -x; echo '```'; \
|
||||
) >src/finance.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user