From c6afab813cedebcedb383e5a875bc282950fd8e3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 31 May 2023 21:59:43 -1000 Subject: [PATCH] ;examples:csv: Makefile: update status --- examples/csv/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/csv/Makefile b/examples/csv/Makefile index 8c5a17797..ab5790418 100644 --- a/examples/csv/Makefile +++ b/examples/csv/Makefile @@ -6,6 +6,9 @@ # It handles the tedious file management and importing. Hopefully more of this # will be done by hledger some day. # +# 2023-05: More of this is done by hledger now (see 1.30's CSV `source` rule), +# making this makefile pretty much obsolete. +# # To list available targets: make or make help-PAT # To debug a target: make SHELL='sh -x' [-n] TARGET # When logic or quoting or syntax gets hard: use shell scripts in bin/ instead.