Merge branch 'next' into ledger-mode-environment-handling

This commit is contained in:
Craig Earls 2013-02-25 13:01:07 -07:00
commit 5acf1e9fe6
3 changed files with 9 additions and 8 deletions

View file

@ -117,16 +117,18 @@ it's usually fairly obvious where things have gone astray.
- Q: Something else fails, or Ledger crashes on startup - Q: Something else fails, or Ledger crashes on startup
A: This, I am most interested in hearing about. Please e-mail me a copy of A: This, I am most interested in hearing about. Please file a bug
config.log and your build log to <johnw@newartisans.com>. Also, if at the Ledger Bugzilla, http://bugs.ledger-cli.org/. The more
Ledger is crashing, try running it under gdb like so: details you can provide, the better. Also, if Ledger is crashing,
try running it under gdb like so:
$ gdb ledger $ gdb ledger
(gdb) run <ARGS TO LEDGER> (gdb) run <ARGS TO LEDGER>
... runs till crash ... ... runs till crash ...
(gdb) bt (gdb) bt
Send me that backtrace output, and the output from "ledger --version". Put that backtrace output, and the output from "ledger
--version" in the bug report.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -10,7 +10,7 @@ few alternatives.
I know, you just want to build and play. If you have all the dependencies I know, you just want to build and play. If you have all the dependencies
installed (see below), then simply do this: installed (see below), then simply do this:
git clone git://github.com/jwiegley/ledger.git git clone git://github.com/ledger/ledger.git
cd ledger && ./acprep update # Update to the latest, configure, make cd ledger && ./acprep update # Update to the latest, configure, make
Now try your first ledger command: Now try your first ledger command:
@ -153,8 +153,7 @@ Now that you're up and running, here are a few resources to keep in mind:
- [Home page](http://ledger-cli.org) - [Home page](http://ledger-cli.org)
- [IRC channel](irc://irc.freenode.net/ledger) - [IRC channel](irc://irc.freenode.net/ledger)
- [Mailing List / Forum](http://groups.google.com/group/ledger-cli) - [Mailing List / Forum](http://groups.google.com/group/ledger-cli)
- [GitHub project page](http://github.com/jwiegley/ledger) - [GitHub project page](http://github.com/ledger/ledger)
- [Buildbot status](http://www.newartisans.com:9090)
- [Ohloh code analysis](http://www.ohloh.net/projects/ledger) - [Ohloh code analysis](http://www.ohloh.net/projects/ledger)
If you have ideas you'd like to share, the best way is either to e-mail me a If you have ideas you'd like to share, the best way is either to e-mail me a

View file

@ -55,7 +55,7 @@ foreach(file ${info_files})
endif(BUILD_WEB_DOCS) endif(BUILD_WEB_DOCS)
if(NOT TEXI2PDF) if(NOT TEXI2PDF)
mesage(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.") message(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.")
else() else()
add_custom_command(OUTPUT ${file_base}.pdf add_custom_command(OUTPUT ${file_base}.pdf
COMMAND texi2pdf -b -q -o ${file_base}.pdf ${CMAKE_CURRENT_SOURCE_DIR}/${file} COMMAND texi2pdf -b -q -o ${file_base}.pdf ${CMAKE_CURRENT_SOURCE_DIR}/${file}