docs: note hledger's include does not support glob patterns

This commit is contained in:
Simon Michael 2013-01-04 21:31:36 +00:00
parent 0fac098c97
commit 023fe4f142
2 changed files with 4 additions and 1 deletions

View File

@ -1348,6 +1348,9 @@ entries, and the following c++ ledger options and commands:
- hledger generates a description for timelog sessions, instead of
taking it from the clock-out entry
- hledger's [include directive](including-other-files) does not support
shell glob patterns (eg `include *.journal` ), which ledger does.
### Troubleshooting
Sorry you're here! There are a lot of ways things can go wrong. Here are

View File

@ -1,7 +1,7 @@
# hledger project makefile
# ghc 6.12 executables need a locale
export LANG=en_US.UTF-8
#export LANG=en_US.UTF-8
# command to run during "make prof" and "make heap"
PROFCMD=bin/hledgerprof balance -f data/1000x1000x10.journal >/dev/null