diff options
author | Max Linke <max_linke@gmx.de> | 2014-09-30 10:33:19 +0200 |
---|---|---|
committer | Max Linke <max_linke@gmx.de> | 2015-01-20 13:50:56 +0100 |
commit | fd69705917c60d3d3ef1c273e861b8dde9049101 (patch) | |
tree | 968c0d51370a6eeed494256552e086f4b2bccf9b /doc | |
parent | a21d78e60cba81786c62c93c8938c9566f70dbf0 (diff) | |
download | fork-ledger-fd69705917c60d3d3ef1c273e861b8dde9049101.tar.gz fork-ledger-fd69705917c60d3d3ef1c273e861b8dde9049101.tar.bz2 fork-ledger-fd69705917c60d3d3ef1c273e861b8dde9049101.zip |
Add hint to check README.md for build instructions
I also removed some sentences that were useful for older build systems.
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 9157df99..a6059c79 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -380,11 +380,10 @@ acprep script, that does a lot of the footwork: make install @end smallexample -Please read the contents of `config.log` if the configure step fails. -Also, see the `help` subcommand to `acprep`, which explains some of its -many options. It's pretty much the only command I run for configuring, -building and testing Ledger. You can run `make check` to confirm the -result, and `make install` to install. +See the `help` subcommand to `acprep`, which explains some of its many +options. You can run `make check` to confirm the result, and `make +install` to install. If these intructions do not work for you can check the +`README.md` in the source directory for more up do date build instructions. @node Getting help, , Building the program, Introduction to Ledger @section Getting help |