| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to mention ~/.ledgerrc more prominently.
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Minor wording edit
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to check whether all available ledger options documented
and are being tested.
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Improve readability of Markdown by moving links
to the bottom of the file.
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The LICENSE.rtf file can be generated from LICENSE.md easily if needed,
at the moment there seems to be no use for it, since CPack isn't used
to generate binary distribution archives.
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | |
| | |
| | |
| | |
| | | |
for --period synonyms like --monthly, et al.
[ci skip]
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
to highlight only the xact keyword
[ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
since "troff can be confused by blank space characters
at the end of a line." -- mdoc (7)
[ci skip]
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
[ci skip]
|
| | |
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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]
|
| | |
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| | |
better from one another in the item list
[ci skip]
|
| |
| |
| |
| |
| |
| |
| | |
using ag --nogroup '^[ ]*debug\(' | cut -d '"' -f2 | sort -u | column
[ci skip]
|
| |
| |
| |
| |
| |
| | |
The following script makes it a no-brainer:
% NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \
| xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/"
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- typo fixes
- @keywords consistency fixes
- add some @kindex and @cindex
- buffer names highlighted as @file{}
- menu item highlighted as @samp{}
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
some clarifying questions,
|
| | |
|
| |
| |
| |
| |
| |
| | |
If we use `(load "ledger-mode")`, we always load ledger-mode,
even if we are not editing a Ledger file; using `autoload`, we avoid
this and only load ledger-mode when we need it.
|
| |
| |
| | |
Improved wording
|
| |
| |
| | |
Fixed typos and clarified CSV import behaviour with regard to column headers (I haven't checked the code, but I noticed the programme behaves this way).
|
| |
| |
| |
| | |
Thanks to Dominik Honnef.
|
| |
| |
| |
| | |
Thanks to Dominik Honnef for spotting it.
|
| |
| |
| |
| |
| |
| |
| | |
This fixes the build when -DBUILD_WEB_DOCS=1 is specified wihout
specifying -DBUILD_DOCS. This fails because man2html/groff are
not found because the find_program command for these programs
is only run if BUILD_DOCS is enabled.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fix the following texinfo syntax errors:
ledger/doc/ledger3.texi:7878: @itemx must follow @item
ledger/doc/ledger3.texi:7939: @itemx must follow @item
ledger/doc/ledger3.texi:7944: @itemx must follow @item
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Warnings were emitted for every info file (twice) instead of once.
|
| | |
|
| |
| |
| |
| | |
The man page is useful and does not need additional software to be installed.
|