;examples: debconf: fixes
This commit is contained in:
parent
87a53ff77d
commit
0286068c0f
@ -17,7 +17,7 @@ all: \
|
||||
dc%:
|
||||
git clone --filter=blob:none --sparse http://salsa.debian.org/debconf-team/public/data/$@
|
||||
git -C $@ sparse-checkout set --no-cone budget '!budget/invoices'
|
||||
git -C $@ apply ../patches/$@.patch
|
||||
git -C $@ apply --allow-empty ../patches/$@.patch
|
||||
|
||||
# make check-ledger, check-hledger - check readability of all years
|
||||
check-%:
|
||||
|
||||
@ -7,5 +7,6 @@ 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`
|
||||
|
||||
To check hledger readability: `make check-hledger`
|
||||
To check ledger readability: `make check-ledger`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user