Age | Commit message (Collapse) | Author |
|
|
|
"ENABLE_DOC_WARN_LOCALE" (closes #1985)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is needed for Ninja and the "clean" target now removes all auto-generated
files.
|
|
docs (closes #1901)
|
|
parameter `--doc-gen`
Changes:
- build of doc now requires weechat-headless, translations and all plugins
- convert docgen.py to C
- remove `autogen_*` files from repository
- add command line parameter `--doc-gen` in `weechat-headless` to build
autogen files
- build .mo files with directories like the installed ones
(eg: "<lang>/LC_MESSAGES/weechat.mo")
- remove javascript chapter from user's guide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and release notes (CMake build only)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a compilation problem on Debian Squeeze where cmake (2.8.2) seems
to not work well with dependencies across different directories
(/doc and /doc/xx).
|
|
|
|
|
|
|
|
|
|
|
|
For configure, the option is "--disable-man".
|
|
japanese)
|
|
|
|
${SHAREDIR}/man is not always the correct path, so add option to customize path.
This is set to "${SHAREDIR}/man" by default.
Signed-off-by: Simon Kuhnle <simon@blarzwurst.de>
|
|
|
|
|
|
|
|
|
|
|
|
|