Roger A. Light
c77fa4c089
Merge branch 'make-man' of https://github.com/podsvirov/mosquitto into podsvirov-make-man
3 years ago
Pierre Hallot
8504f6b70b
CMake: Use PROJECT_SOURCE_DIR to improve using mosquitto as subdirectory
...
When mosquitto is included as subdirectory, `CMAKE_SOURCE_DIR` does not refer to the mosquitto top level CMake file, but to the whole project top level CMake.
Use `PROJECT_SOURCE_DIR` instead to refer to the right CMake in both contextes.
Signed-off-by: Pierre Hallot <hallotpierre@gmail.com>
4 years ago
Konstantin Podsvirov
0de3f3a3f7
Allow to build man pages on Windows
...
Why not if xsltproc available?
Moreover why try to install not existent files?
Signed-off-by: Konstantin Podsvirov <konstantin@podsvirov.pro>
4 years ago
Roger A. Light
217b416a2d
Fix man page building to not absolutely require xsltproc when using CMake.
...
This now handles the case where we are building from the released tar, or
building from git if xsltproc is available, or building from git if xsltproc
is not available.
5 years ago
Roger A. Light
e717b7f42c
Merge branch 'Hallot-make-sure-xsltproc-installed' into fixes
5 years ago
Pierre Hallot
2cbb3e45ca
Look for xsltproc when needed; to fail early
...
Signed-off-by: Pierre Hallot <hallotpierre@gmail.com>
5 years ago
Roger A. Light
4a012aef06
Fix man pages not being built when using CMake.
...
Closes #1969 . Thanks to phplpf.
5 years ago
Roger A. Light
a3bff44a3e
Split mosquitto_ctrl manpages by module.
5 years ago
Roger A. Light
439575475c
Use CMAKE_INSTALL_* variables when installing in CMake.
...
Closes #1049 . Thanks to Greg Troxel.
7 years ago
Roger A. Light
925debb8a5
Add mosquitto_rr, the "request-response" client.
7 years ago
Roger A. Light
9389d10636
[458843] Fix man page installation for cmake.
...
Thanks to Alexandre Zia.
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458843
11 years ago
Roger Light
0364bd1be7
Initial contribution.
12 years ago