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 1329
Collapse All | Expand All

(-)a/modules/TDEMacros.cmake (-1 / +2 lines)
Lines 1242-1251 macro( tde_create_handbook ) Link Here
1242
1242
1243
    list( APPEND _srcs ${CMAKE_CURRENT_BINARY_DIR}/index.cache.bz2 )
1243
    list( APPEND _srcs ${CMAKE_CURRENT_BINARY_DIR}/index.cache.bz2 )
1244
1244
1245
    tde_install_symlink( ${TDE_HTML_DIR}/${_lang}/common ${_dest} )
1246
1245
  endif()
1247
  endif()
1246
1248
1247
  install( FILES ${_srcs} ${_extra} DESTINATION ${_dest} )
1249
  install( FILES ${_srcs} ${_extra} DESTINATION ${_dest} )
1248
  tde_install_symlink( ${TDE_HTML_DIR}/${_lang}/common ${_dest} )
1249
1250
1250
endmacro( )
1251
endmacro( )
1251
1252

Return to bug 1329