mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
948 B
Diff
25 lines
948 B
Diff
Fix documentation install directory.
|
|
https://savannah.nongnu.org/bugs/index.php?65952
|
|
--- app/CMakeLists.txt.orig 2019-12-20 07:13:39.000000000 -0600
|
|
+++ app/CMakeLists.txt 2024-07-03 17:58:45.000000000 -0500
|
|
@@ -21,6 +21,6 @@
|
|
${docDir}/README.gdb
|
|
${docDir}/SUPPORT
|
|
${docDir}/TODO)
|
|
-install(FILES ${docSrcs} DESTINATION "share/doc/common")
|
|
+install(FILES ${docSrcs} DESTINATION "share/doc/simulavr")
|
|
|
|
# EOF
|
|
\ No newline at end of file
|
|
--- doc/CMakeLists.txt.orig 2019-12-20 07:13:39.000000000 -0600
|
|
+++ doc/CMakeLists.txt 2024-07-03 17:58:17.000000000 -0500
|
|
@@ -63,7 +63,7 @@
|
|
add_custom_target(doc-changelog DEPENDS ${DOC_CHANGELOG})
|
|
add_dependencies(progdoc doc-changelog)
|
|
|
|
- install(FILES ${DOC_CHANGELOG} DESTINATION "share/doc/common")
|
|
+ install(FILES ${DOC_CHANGELOG} DESTINATION "share/doc/simulavr")
|
|
endif()
|
|
|
|
add_custom_target(doc COMMENT "create simulavr documentation" DEPENDS progdoc)
|