1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00
putty-source/cmake
Simon Tatham e706c04451 Add the man pages to the 'make install' target.
doc/CMakeLists.txt now sets a variable indicating that we either have,
or can build, each individual man page. And when we call our
installed_program() function to mark a program as official enough to
put in 'make install', that function also installs the man page
similarly if it exists, and warns if not.

For the convenience of people building-and-installing from the .tar.gz
we ship, I've arranged that they can still get the man pages installed
without needing Halibut: the previous commit ensured that the prebuilt
man pages are still in the tarball, and this one arranges that if we
don't have Halibut but we do have prebuilt man pages, then we can
'build' them by copying from the prebuilt versions.
2021-05-03 17:01:55 +01:00
..
platforms Add the man pages to the 'make install' target. 2021-05-03 17:01:55 +01:00
cmake.h.in Break up crypto modules containing HW acceleration. 2021-04-21 21:55:26 +01:00
gitcommit.cmake Integrate the 'doc' subdir into the CMake system. 2021-05-03 17:01:55 +01:00
gtk.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
licence.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
setup.cmake Prepare gitcommit.cmake to support multiple output types. 2021-05-03 17:01:55 +01:00
toolchain-mingw.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
toolchain-winegcc.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
winegcc Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00