chore: move doc dir to docs
This commit is contained in:
committed by
Chris Rizzitello
parent
5ea8874583
commit
dfae2aaf20
@ -177,7 +177,7 @@ else()
|
||||
set(CMAKE_INSTALL_I18N_DIR ${CMAKE_INSTALL_DATADIR}/${CMAKE_PROJECT_NAME}/translations)
|
||||
endif()
|
||||
|
||||
add_subdirectory(doc)
|
||||
add_subdirectory(docs)
|
||||
|
||||
# build translations before source, I18N unit tests fail if they are missing
|
||||
add_subdirectory(translations)
|
||||
|
||||
@ -17,7 +17,7 @@ path = [
|
||||
, "sonar-project.properties"
|
||||
, "cmake/vcpkg.json.in"
|
||||
, "**/*.md"
|
||||
, "doc/**"
|
||||
, "docs/**"
|
||||
, "deploy/linux/flatpak/**"
|
||||
, "deploy/linux/org.deskflow.deskflow.metainfo.xml"
|
||||
, "deploy/windows/wix-patch.xml.in"
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user