]> git.pld-linux.org Git - packages/doxygen.git/blob - doxygen-doc.patch
- updated to 1.8.10 (seems not to require any new tex features), uses cmake now
[packages/doxygen.git] / doxygen-doc.patch
1 --- doxygen-1.8.10/doc/CMakeLists.txt.orig      2021-04-24 19:09:10.889930009 +0200
2 +++ doxygen-1.8.10/doc/CMakeLists.txt   2021-04-24 19:09:33.446474476 +0200
3 @@ -88,17 +88,7 @@ install(FILES
4          "${PROJECT_BINARY_DIR}/man/doxywizard.1"
5          "${PROJECT_BINARY_DIR}/man/doxysearch.1"
6          "${PROJECT_BINARY_DIR}/man/doxyindexer.1"
7 -        DESTINATION man/man1
8 -)
9 -
10 -install(FILES
11 -        "${PROJECT_BINARY_DIR}/latex/doxygen_manual.pdf"
12 -        DESTINATION "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}"
13 -)
14 -
15 -install(DIRECTORY
16 -        "${PROJECT_BINARY_DIR}/html"
17 -        DESTINATION "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}"
18 +        DESTINATION share/man/man1
19  )
20  
21  endif()
This page took 0.062128 seconds and 3 git commands to generate.