diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2018-06-28 20:34:33 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2018-06-28 20:35:44 +0200 |
commit | 34a4929e2efb01eb5cd50c825cb2ea0d96b569c3 (patch) | |
tree | 49181e18ceefe2f79fedc9dfc39bec8ad6ea4e62 /doc/ledger3.texi | |
parent | dfd807f3a491dbcb386ff4b7a9b6bfe2bd7fc6c6 (diff) | |
download | fork-ledger-34a4929e2efb01eb5cd50c825cb2ea0d96b569c3.tar.gz fork-ledger-34a4929e2efb01eb5cd50c825cb2ea0d96b569c3.tar.bz2 fork-ledger-34a4929e2efb01eb5cd50c825cb2ea0d96b569c3.zip |
Document the use of wildcards for !include
Fixes #1658
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 3 insertions, 1 deletions
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 |