Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/CMakeLists.txt @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 set(MANPAGE "${CURL_BINARY_DIR}/docs/curl.1") | |
| 2 | |
| 3 # Load DPAGES and OTHERPAGES from shared file | |
| 4 transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake") | |
| 5 include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake") | |
| 6 | |
| 7 add_custom_command(OUTPUT "${MANPAGE}" | |
| 8 COMMAND "${PERL_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}/gen.pl" mainpage "${CMAKE_CURRENT_SOURCE_DIR}" > "${MANPAGE}" | |
| 9 DEPENDS ${DPAGES} ${OTHERPAGES} | |
| 10 VERBATIM | |
| 11 ) | |
| 12 add_custom_target(generate-curl.1 DEPENDS "${MANPAGE}") |
