e9a07850f5
and fixes since the previous version in ports
12 lines
465 B
Plaintext
12 lines
465 B
Plaintext
$OpenBSD: patch-doc_CMakeLists_txt,v 1.1 2011/12/09 20:11:00 sthen Exp $
|
|
--- doc/CMakeLists.txt.orig Sat Apr 16 11:58:32 2011
|
|
+++ doc/CMakeLists.txt Sat Apr 16 11:58:41 2011
|
|
@@ -20,6 +20,6 @@ add_custom_command(
|
|
add_custom_target(manpages ALL DEPENDS darktable.1)
|
|
|
|
|
|
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/darktable.1 DESTINATION ./share/man/man1)
|
|
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/darktable.1 DESTINATION ./man/man1)
|
|
|
|
add_subdirectory(usermanual)
|