docs: note hledger's include does not support glob patterns
This commit is contained in:
parent
0fac098c97
commit
023fe4f142
@ -1348,6 +1348,9 @@ entries, and the following c++ ledger options and commands:
|
|||||||
- hledger generates a description for timelog sessions, instead of
|
- hledger generates a description for timelog sessions, instead of
|
||||||
taking it from the clock-out entry
|
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
|
### Troubleshooting
|
||||||
|
|
||||||
Sorry you're here! There are a lot of ways things can go wrong. Here are
|
Sorry you're here! There are a lot of ways things can go wrong. Here are
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
# hledger project makefile
|
# hledger project makefile
|
||||||
|
|
||||||
# ghc 6.12 executables need a locale
|
# 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"
|
# command to run during "make prof" and "make heap"
|
||||||
PROFCMD=bin/hledgerprof balance -f data/1000x1000x10.journal >/dev/null
|
PROFCMD=bin/hledgerprof balance -f data/1000x1000x10.journal >/dev/null
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user