From 898b012a9bf388590c4be7f526815b5ab74feca1 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sat, 25 Feb 2017 18:14:57 +0100 Subject: cmake: add support for building HTML and PDF docs Note that for some reason there is this warning (that also exists with autotools, added since curl-7_15_1-94-ga718cb05f): docs/libcurl/curl_multi_socket_all.3:1: can't open `man3/curl_multi_socket.3': No such file or directory Additionally, adjust the roffit --mandir option to support creating links when doing out-of-tree builds. Ref: https://github.com/curl/curl/pull/1288 --- docs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CMakeLists.txt') diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 4b111b85a..694861725 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,3 +1,3 @@ #add_subdirectory(examples) -#add_subdirectory(libcurl) +add_subdirectory(libcurl) add_subdirectory(cmdline-opts) -- cgit v1.2.3