From 34a4929e2efb01eb5cd50c825cb2ea0d96b569c3 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Thu, 28 Jun 2018 20:34:33 +0200 Subject: Document the use of wildcards for !include Fixes #1658 --- doc/ledger3.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 0248844c..c63ee218 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2484,7 +2484,9 @@ Closes block commands like @code{apply} or @code{comment}. @item include @findex include @c instance_t::include_directive in textual.cc -Include the stated file as if it were part of the current file. +Include the stated file as if it were part of the current file. The file +name can contain a wildcard (@samp{*}) to refer to multiple files (e.g. +@samp{bank/*.ledger}). @item payee @findex payee -- cgit v1.2.3