diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2014-12-31 10:47:32 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-05 14:13:38 +0100 |
commit | 8946454b6158e08aa65e42e2a313024e5de37eb3 (patch) | |
tree | 2a041bc6687f188cbd2e7176141a04dc056ae9c1 /doc | |
parent | 0669ca9b403cace5c0156b7ab140b5490d897886 (diff) | |
download | fork-ledger-8946454b6158e08aa65e42e2a313024e5de37eb3.tar.gz fork-ledger-8946454b6158e08aa65e42e2a313024e5de37eb3.tar.bz2 fork-ledger-8946454b6158e08aa65e42e2a313024e5de37eb3.zip |
[doc] Bump Ledger version to 3.1
It would be great to use texinfo variables to set the current Ledger
version, e.g. @value{Ledger_VERSION_MAJOR} and pass the CMake variables
to texi2pdf via --command='@set Ledger_VERSION_MAJOR ${Ledger_VERSION_MAJOR}'.
Unfortunately texi2pdf will err with:
Argument of @parseargline has an extra }.
<inserted text>
@par
<to be read again>
}
@\subtitle ...epage {@subtitlefont @rightline {#1}
}
l.153 @subtitle For Version @value{Ledger_VERSION_MAJOR} of Ledger
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 0cc29254..cf927d78 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -146,7 +146,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @titlepage @title Ledger: Command-Line Accounting -@subtitle For Version 3.0 of Ledger +@subtitle For Version 3.1 of Ledger @author John Wiegley @page @vskip 0pt plus 1filll |