hledger/examples/debconf/README.md
2026-01-09 13:43:08 -10:00

12 lines
507 B
Markdown

# DebConf ledgers
DebConf does their accounting with Ledger.
Eg: <https://salsa.debian.org/debconf-team/public/data/dc25/-/tree/main/budget>
Each year has its own repo, and the repos are big.
To clone just the accounting data for a few recent years: `make`
To clone all years, starting 2017: `make all`
Some patches for hledger readability will be applied. (These might need updating from time to time.)
To check h/ledger readability: `make check-hledger`
To check ledger readability: `make check-ledger`