By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1393
Collapse All | Expand All

(-)kbfx-3.5.13.1/doc/CMakeLists.txt.dir (-1 / +4 lines)
Lines 13-17 Link Here
13
#	TODO
13
#	TODO
14
	)
14
	)
15
15
16
#add_subdirectory( common )
17
#add_subdirectory( en )
18
16
INSTALL(FILES ${DOCFILES}
19
INSTALL(FILES ${DOCFILES}
17
    DESTINATION ${SHARE_INSTALL_PREFIX}/doc/kbfx)
20
	DESTINATION ${DOC_INSTALL_DIR}/kbfx)

Return to bug 1393