https://bugs.kde.org/show_bug.cgi?id=401075

            Bug ID: 401075
           Summary: Clazy documentation path cannot be detected with clazy
                    1.4
           Product: kdevelop
           Version: 5.3.0
          Platform: openSUSE RPMs
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Analyzer: Clazy
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: wba...@tmo.at
                CC: an...@anikin.xyz, kosse...@kde.org
  Target Milestone: ---

clazy 1.4 install the documentation to /usr/share/doc/clazy/, from
https://cgit.kde.org/clazy.git/tree/CMakeLists.txt:
  # Install the explanation README's
  set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/clazy)

  include(${CMAKE_CURRENT_LIST_DIR}/readmes.cmake)

  install(FILES ${README_LEVEL0_FILES} DESTINATION ${DOC_INSTALL_DIR}/level0)
  install(FILES ${README_LEVEL1_FILES} DESTINATION ${DOC_INSTALL_DIR}/level1)
  install(FILES ${README_LEVEL2_FILES} DESTINATION ${DOC_INSTALL_DIR}/level2)
  install(FILES ${README_LEVEL3_FILES} DESTINATION ${DOC_INSTALL_DIR}/level3)
  install(FILES ${README_manuallevel_FILES} DESTINATION
${DOC_INSTALL_DIR}/manuallevel)

But kdevelop's clazy plugin only looks in /usr/share/clazy/doc/ (where they
were with clazy 1.3), so it is necessary to manually configure it to make the
plugin work.

Would be nice if both paths could be tried.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to