mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
- regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine
11 lines
426 B
Text
11 lines
426 B
Text
--- doc/CMakeLists.txt.orig 2020-11-14 18:13:29 UTC
|
|
+++ doc/CMakeLists.txt
|
|
@@ -240,7 +240,7 @@ install(FILES
|
|
"${PROJECT_BINARY_DIR}/man/doxywizard.1"
|
|
"${PROJECT_BINARY_DIR}/man/doxysearch.1"
|
|
"${PROJECT_BINARY_DIR}/man/doxyindexer.1"
|
|
- DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
|
|
+ DESTINATION man/man1
|
|
)
|
|
|
|
install(CODE "if(NOT EXISTS \"${PROJECT_BINARY_DIR}/latex/doxygen_manual.pdf\")
|