diff --git a/MANUAL.md b/MANUAL.md index a61ccb88c..a86d03a74 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -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 diff --git a/Makefile b/Makefile index a8ddbef92..03b070d65 100644 --- a/Makefile +++ b/Makefile @@ -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