diff options
author | Peter Wu <peter@lekensteyn.nl> | 2017-02-25 18:14:57 +0100 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2017-03-21 14:49:53 +0100 |
commit | 898b012a9bf388590c4be7f526815b5ab74feca1 (patch) | |
tree | 5b8865e44a8d4a9c779a55b0667e26e20e6b89b1 /docs/CMakeLists.txt | |
parent | 84a226a30b2d43f8fb0da996152a8376f1e21d8e (diff) | |
download | curl-898b012a9bf388590c4be7f526815b5ab74feca1.tar.gz |
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
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r-- | docs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |