diff options
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | acprep | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 | ||||
-rw-r--r-- | doc/NEWS | 14 | ||||
-rw-r--r-- | doc/ledger3.texi | 8 |
5 files changed, 15 insertions, 15 deletions
@@ -96,7 +96,7 @@ Dependency | Version ### Mac OS X -You can use [Homebrew] or [MacPorts] to install Ledger easily on OS X. +You can use [Homebrew] or [MacPorts] to install Ledger easily on OS X. #### 1. Homebrew @@ -163,7 +163,7 @@ footwork for you: # $HOME/local and build with 2 processes in parallel $ ./acprep update --boost-suffix=-mt --prefix=$HOME/local -j2 -Please read the contents of `CMakeFiles/CMakeOutput.log` and +Please read the contents of `CMakeFiles/CMakeOutput.log` and `CMakeFiles/CMakeError.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 @@ -692,7 +692,7 @@ class PrepareBuild(CommandLineApp): elif system.startswith('CYGWIN'): self.log.info('Looks like you are using Cygwin') - self.log.info('Please install the dependencies manually.') + self.log.info('Please install the dependencies manually.') ######################################################################### # Determine the system's basic configuration # diff --git a/appveyor.yml b/appveyor.yml index 21fec71c..3b2e7267 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,5 +46,5 @@ artifacts: test_script: - C:\msys64\usr\bin\bash -lc "export MINGW_PREFIX=C:/msys64/mingw32/ CTEST_OUTPUT_ON_FAILURE=1 - PATH=/mingw32/bin:$PATH && cd $APPVEYOR_BUILD_FOLDER && + PATH=/mingw32/bin:$PATH && cd $APPVEYOR_BUILD_FOLDER && make test || echo Errors from tests were ignored" @@ -154,7 +154,7 @@ features, please see the manual. 2008/07/27 Starting fresh Assets:Checking $750.00 Equity:Opening Balances - + 2008/07/27 Starting fresh Assets:Checking = $1,000.00 Equity:Adjustments @@ -164,7 +164,7 @@ features, please see the manual. 2008/07/27 Starting fresh Assets:Checking $750.00 Equity:Opening Balances - + 2008/07/27 Starting fresh Assets:Checking $250.00 Equity:Adjustments @@ -183,7 +183,7 @@ features, please see the manual. 2008/07/24 Opening Balance Assets:Checking = $250.00 ; we force set it Equity:Opening Balances - + 2008/07/24 Opening Balance Assets:Checking = EC 250.00 ; we force set it again Equity:Opening Balances @@ -195,7 +195,7 @@ features, please see the manual. Assets:Checking = $250.00 ; we force set it again Assets:Checking EC 100.00 ; and add some EC's Equity:Opening Balances - + 2008/07/24 Opening Balance Assets:Checking = EC 250.00 ; we force set the EC's Equity:Opening Balances @@ -213,15 +213,15 @@ features, please see the manual. 2008/07/24 Opening Balance Assets:Checking = $100.00 Equity:Opening Balances - + 2008/07/30 We spend money, with a known balance afterward Expenses:Food $20.00 Assets:Checking = $80.00 - + 2008/07/30 Again we spend money, but this time with all the info Expenses:Food $20.00 Assets:Checking $-20.00 = $60.00 - + 2008/07/30 This entry yield an 'unbalanced' error Expenses:Food $20.00 Assets:Checking $-20.00 = $30.00 diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 63946d25..9f9a1095 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1384,10 +1384,10 @@ account: (Funds:School) $-100.00 @end smallexample -The use of round brackets creates a virtual posting without ensuring -a balance to zero. When reports are generated, by default they'll -appear in terms of the funds. In this case, you will likely want to -mask out your @samp{Assets} account, because otherwise the balance +The use of round brackets creates a virtual posting without ensuring +a balance to zero. When reports are generated, by default they'll +appear in terms of the funds. In this case, you will likely want to +mask out your @samp{Assets} account, because otherwise the balance won't make much sense: @smallexample @c command:396F24E |