From 0286068c0fbcc509238e0e14b2d371add64d3d94 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 9 Jan 2026 13:48:42 -1000 Subject: [PATCH] ;examples: debconf: fixes --- examples/debconf/Makefile | 2 +- examples/debconf/README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/debconf/Makefile b/examples/debconf/Makefile index 92cf4af8e..e6cde92a4 100644 --- a/examples/debconf/Makefile +++ b/examples/debconf/Makefile @@ -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-%: diff --git a/examples/debconf/README.md b/examples/debconf/README.md index 6f81aea2f..e61504b08 100644 --- a/examples/debconf/README.md +++ b/examples/debconf/README.md @@ -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`