| Age | Commit message (Collapse) | Author |
|
|
|
|
|
other managers
Fixes #612
|
|
|
|
|
|
|
|
Fixes #606
|
|
Fixes #215
|
|
|
|
|
|
Client can now update menu/info positions when the window move
around.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/ are replaced with <slash> in the highlighter names.
Fixes #553
|
|
Fixes #584
|
|
|
|
|
|
'eval -buffer * db' was failing in certain cases
|
|
|
|
Fixes #583
|
|
Per suggestion by @lenormf
|
|
|
|
The docbook DTD is not locally available in OSX, and the a2x.py
command calls xmllint with `--nonet` so it can't fetch the DTD.
Easier to just turn off linting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for `a2x` on Mac OS X
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit introduces the `doc` target in the Makefile, which
generates man pages from the `asciidoc`-formatted documentation in the
`doc/manpages` directory.
Before being installed into the `$(sharedir)/doc` directory, the
generated raw man pages have to be striped of a few sections without
which `a2x` won't convert the `asciidoc` data: the shady block of shell
script in the `doc` target does just that, along with compressing the
resulting man page.
New dependency hereby introduced: `asciidoc`.
|