1
0

finance: update, link on home page

This commit is contained in:
Simon Michael
2024-04-03 06:05:17 -10:00
parent 8850a2d7d8
commit 24c7d85b83
3 changed files with 7 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ clean:
PANDOC?=pandoc
# help update finance.md from finance/* (manual edits needed)
# regenerate finance.md from finance/*
finance-md:
( \
echo 'Finances of the Plain Text Accounting org.'; \
@@ -20,6 +20,7 @@ finance-md:
echo ; \
hledger -f finance/pta.journal is -O html; \
echo ; \
echo '## General Journal'; \
echo '```hledger'; hledger -f finance/pta.journal print -x; echo '```'; \
) >src/finance.md