]> granicus.if.org Git - curl/commit
cmake: build manual pages (including curl.1)
authorPeter Wu <peter@lekensteyn.nl>
Sat, 25 Feb 2017 13:40:24 +0000 (14:40 +0100)
committerPeter Wu <peter@lekensteyn.nl>
Tue, 21 Mar 2017 13:49:53 +0000 (14:49 +0100)
commit84a226a30b2d43f8fb0da996152a8376f1e21d8e
treee8838a07ad36ca94576637b82fccf7bb58d0373f
parent6f6e9193df20261c275108eeb49c34ee2f71a275
cmake: build manual pages (including curl.1)

Also make Perl mandatory to allow building the docs.

While CMakeLists.txt could probably read the list of manual pages from
Makefile.am, actually putting those in CMakeLists.txt is cleaner so that
is what is done here.

Fixes #1230
Ref: https://github.com/curl/curl/pull/1288
CMakeLists.txt
docs/CMakeLists.txt [new file with mode: 0644]
docs/cmdline-opts/CMakeLists.txt [new file with mode: 0644]
src/CMakeLists.txt