Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432040 | Differences between
and this patch

Collapse All | Expand All

(-)xdispatch_0.7.0_src.orig/docs/docgen.cmake (-1 / +4 lines)
Lines 55-62 Link Here
55
            			DESTINATION "Library/Documentation/xdispatch"
55
            			DESTINATION "Library/Documentation/xdispatch"
56
            			COMPONENT xdispatch-doc)
56
            			COMPONENT xdispatch-doc)
57
        elseif(UNIX)
57
        elseif(UNIX)
58
	    if (NOT DEFINED XDISPATCH_DOCS_DIR)
59
		SET(XDISPATCH_DOCS_DIR "/usr/share/xdispatch")
60
	    endif()
58
            install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/docs/html
61
            install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/docs/html
59
                        DESTINATION share/doc/xdispatch-doc
62
                        DESTINATION ${XDISPATCH_DOCS_DIR}
60
                        COMPONENT xdispatch-doc
63
                        COMPONENT xdispatch-doc
61
                        PATTERN "*.svn" EXCLUDE)
64
                        PATTERN "*.svn" EXCLUDE)
62
        else()
65
        else()

Return to bug 432040