diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-21 11:19:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-21 11:19:32 +0200 |
commit | 2fbd708b4744638935193350088c9838ce6c15d7 (patch) | |
tree | 95a631315736bcde6ee6b3141295d22a67364013 /doc | |
parent | 9f25d7d347c461254bb2f29ebf86ca49a898783d (diff) | |
download | weechat-2fbd708b4744638935193350088c9838ce6c15d7.zip |
build: fix path to auto-generated plugin API files in CMakeLists
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/fr/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/it/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/ja/CMakeLists.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index c7b10287c..6ebdf1197 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -54,7 +54,7 @@ endif() if(ENABLE_DOC) file(GLOB AUTOGEN_USER "${CMAKE_CURRENT_SOURCE_DIR}/autogen/user/*.adoc") - file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin/*.adoc") + file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin_api/*.adoc") # user's guide add_custom_command( diff --git a/doc/fr/CMakeLists.txt b/doc/fr/CMakeLists.txt index 6467bbc44..c041ab758 100644 --- a/doc/fr/CMakeLists.txt +++ b/doc/fr/CMakeLists.txt @@ -54,7 +54,7 @@ endif() if(ENABLE_DOC) file(GLOB AUTOGEN_USER "${CMAKE_CURRENT_SOURCE_DIR}/autogen/user/*.adoc") - file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin/*.adoc") + file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin_api/*.adoc") # user's guide add_custom_command( diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt index b90ebc612..764ae0974 100644 --- a/doc/it/CMakeLists.txt +++ b/doc/it/CMakeLists.txt @@ -54,7 +54,7 @@ endif() if(ENABLE_DOC) file(GLOB AUTOGEN_USER "${CMAKE_CURRENT_SOURCE_DIR}/autogen/user/*.adoc") - file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin/*.adoc") + file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin_api/*.adoc") # user's guide add_custom_command( diff --git a/doc/ja/CMakeLists.txt b/doc/ja/CMakeLists.txt index c73e160c6..c46c20012 100644 --- a/doc/ja/CMakeLists.txt +++ b/doc/ja/CMakeLists.txt @@ -54,7 +54,7 @@ endif() if(ENABLE_DOC) file(GLOB AUTOGEN_USER "${CMAKE_CURRENT_SOURCE_DIR}/autogen/user/*.adoc") - file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin/*.adoc") + file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin_api/*.adoc") # user's guide add_custom_command( |